@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

* {
	background-color: #262626;
	font-family: 'Roboto', sans-serif;
}

h1 {
	margin-top: 50px;
	text-align: center;
	color: white;
}
p {
	text-align: center;
	color: white;
}

a {
	color: orange;
	text-decoration: none;
}


.logo{
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	height: auto;
	display: block;
}