body {
  text-align: center;
  background-color: lightyellow;
}

h1 {
  font-size: 48px;
  color: red;
}

p {
  font-size: 24px;
  color: blue;
}
