*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;	
	font-family: "Roboto";
}


body,html{
	background-color: #00A8FF;
}

h1{
	text-align: center;
	margin-top:27%;
	color:white;
	text-transform:uppercase;
}