body {
    width: 33.33vw;
    margin-left: auto;
    margin-right: auto;
    color: 
  #000000;
    font-family: "Public Sans", serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    font-size: 14px;
    letter-spacing: -0.25px;
    line-height: 1.25;
    margin-top: 50px; 
}

.header {
  font-weight: 500; 
  font-size: 18;
}

.section {
  font-weight: 300
}

.joiner {
  font-weight: 500;
}

a, a:visited {
  color:darkslategrey;
  text-decoration: none;
  font-weight: 500;
}
a:hover {
  text-decoration: underline;
}

.float-right {
  float: right;
}

@media (max-width: 768px) {
  body {
    width: 97vw;
  }
}