body {
	background-color: moccasin ;
	color: midnightBlue;
	font-size: 16px;
	font-family: sans-serif ;
}	
h1 {
	background-color: blackcyan;
	text-align: center;
	padding:20px;
	margin: 20px;
}
.style1 {
	background-color: white;
}

.style3 {
	display: flex;
  justify-content: space-around;
} 
