body {
  background-color: green;
  color: white;
  margin: 0;
  padding: 0;
  text-align: center;
}

h1 {
  font-family: "Comic Sans MS", "Comic Sans", cursive;
  font-size: 64px;
  margin-top: 40px;
  text-transform: lowercase;
}

p {
  font-family: Arial, sans-serif;
  font-size: 18px;
}