body {
  background: white;
}
p {
  color: black;
  font-size: 30px;
}
h1 {
  background-color: coral;
  font-size: 55px;
  text-align: center;
  font-weight: bold;
}