body {
    background-color: white;
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    text-transform: lowercase;
  }
h1 {
  color: black;
  text-align: left;
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
}
p {
  font-family: 'Inter Tight';
  font-size: 30px;
}
.links {
  display: block;
}
.links a {
  text-decoration: none;
  border-top: 1px solid black;
  padding: .3em .3em;
  color: black;
  line-height: 48px;
  display: block;
}
.links a:hover {
  background-color: black;
  color: white;
}
.content {
  width: 90%;
  position: absolute;
  float: left;
  padding: 2em;
}
@media screen and (max-width:800px) {
  /* CSS for screens that are 800px pixels or less will be put in this section */
  body {
    background-color: white;
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    text-transform: lowercase;
  }
h1 {
  color: black;
  text-align: left;
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
}
p {
  font-family: 'Inter Tight';
  font-size: 15px;
}
.links {
  display: block;
}
.links a {
  text-decoration: none;
  border-top: 1px solid black;
  padding: .3em .3em;
  color: black;
  line-height: 26px;
  display: block;
}
.links a:hover {
  background-color: black;
  color: white;
}
.content {
  width: 80%;
  position: absolute;
  float: left;
  padding: 5%;
}
}