body {
  padding-top: 80px;
  padding-left: 80px;
  text-align: left;
  font-family: serif;
  background-size: cover;
  background-color: white;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 20px;
}

red_underlined {
    color: red;
    text-decoration: underline;
    background-color: white;
}