body {
  background-color: lightgrey;
}

h1 {
  color: black;
  text-align: center;
  font-family: arial;
  font-size: 35px;
}

h2 {
  color: black;
  text-align: center;
  font-family: arial;
  font-size: 20px;
}


p {
  font-family: monaco;
  font-size: 18px;
}

header {
  background-color: #68BD46;
  padding: 5px;
  text-align: center;
  font-size: 30px;
  color: white;
}