body {
  margin: 10vw 30vw;
  font-family: Jost, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  background-color: rgb(17, 16, 22);
  color: rgb(158, 158, 158);
  line-height: 1.5;
  font-size: 18px;
}
@media only screen and (max-width: 700px) {
  body {
    margin: 20vw 10vw;
    font-size: 16px;
  }
}

h1 {
  font-size: 24px;
  margin-bottom: 20px;
  color: white;
}

p {
  /* font-size: 18px; */
  /* margin-bottom: 10px; */
}
