
h1 {
  color: rgb(255, 166, 0);
  align-self: normal;
}
p {
  margin: 40px;
  color: rgb(255, 166, 0);
}
body {background-color: rgb(255, 0, 0);}
body {font-family: Georgia, 'Times New Roman', Times, serif;}

#whiteBackground {background-color: rgb(255, 255, 255);}
#makeItYellow { color: yellow;}