body {
  background-color: rgb(255, 166, 0);
  text-align: center;
  font-size: 50px;
}

h1 {
  color: red;
  font-size: 100px;
}
