body {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #97cc8f;
}

h1,h2 {
  color: green;
}

p {
  color: black;
}
