h1 {color:blue;}
/* bottom formatting */
.bottom-section {
  color:red;
  margin-top: 1000px;
}
/* background */
body {
    background-color: yellow;
}
