body {
  background-color: rgb(255, 255, 255);
  text-align: center;
  line-height: 1.6;
  margin-top: 4rem;
  margin-bottom: 4rem;
  margin-left: 1.75rem;
  margin-right: 1.75rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  color: rgb(0, 0, 0);
}

h1, h2 {
  font-family: "Space Grotesk", sans-serif;
  line-height: 1.2;
}

h1 {
  font-size: 2.6rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  letter-spacing: -0.02em;
}

h2 {
  font-size: 1.7rem;
  font-weight: 500;
  margin-bottom: 2rem;
  letter-spacing: -0.01em;
}

p {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
}

.centered-content {
  display: inline-block;
  text-align: center;
  max-width: 680px;
}

.boxed-text {
  font-size: 1.15rem;
  line-height: 1.7;
}

.justify {
  text-align: justify;
  padding-left: 1em;
  padding-right: 1em;
  text-align-last: center;
}

@media only screen and (max-device-width: 480px) {
  body {
    text-align: start;
  }
  p {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  h2 {
    font-size: 1.35rem;
  }
  .justify {
    text-align: center;
    padding-left: 0em;
    padding-right: 0em;
    text-align-last: center;
  }
}
