body {
  background-color: orange;
}

h1 {
  color: white;
  text-align: center;
}

p {
  font-family: verdana;
  font-size: 35px;
  background-color: red;
}