h2{color: darkblue; 
	font-family: Arial; 
 	background-color: grey;
 	text-align: center;
 	

}
h1{ color: red;
	font-family: sans-serif;
	color: darkblue;
	text-align: center;


}
body {
  font-family: 'Poppins', sans-serif;
  background-color:lightgrey;
  color: darkblue;
  margin: 0;
  padding: 20px;
  align-content: center;

}




