body {
	background-color:ForestGreen;
}
h1 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
p {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.head {
	background-color:GoldenRod;
	text-align:center;
	padding:20px 20px 20px 20px;

}