body 
{
	color: white;
	background-color: #1a75bc;
	font-family: 'Roboto', sans-serif;
	text-align: center;
	padding: 80px 0;
}

a,
a:hover,
a:visited
{
	color: white;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

.logo
{
	max-width: 100%;
	width:300px;
}