body {
  color: #34353d;
  font: 500 "Fira Sans", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}

h1 {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 4.6rem;
}

h2 {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 3.8rem;
}

h3 {
  font-size: 3rem;
  font-weight: 400;
  line-height: 3.6rem;
}

strong {
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  h1 {
    font-size: 3.4rem;
  }
  h2 {
    font-size: 3rem;
  }
  h3 {
    font-size: 2.8rem;
  }
}

@media only screen and (max-width: 425px) {
  h1 {
    font-size: 3.1rem;
  }
  h2 {
    font-size: 2.8rem;
  }
  h3 {
    font-size: 2.5rem;
  }
}

.simpleContent {
  padding: .8rem 0 13rem;
}

.simpleContent__full {
  background-color: white;
}

.simpleContent__title {
  margin: 2.5rem 0 9rem;
  background-color: transparent;
  color: #383ff5;
  text-align: center;
}

.simpleContent__date {
  display: inline-block;
  margin-bottom: 2.5rem;
  padding: 0 1.7rem;
  transition: all .5s ease-in;
  border-radius: 5px;
  background-color: rgba(208, 209, 220, 0.4);
  color: #6e7187;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3.2rem;
}

.simpleContent__introduction {
  margin-bottom: 9rem;
  font-size: 2.4rem;
  font-weight: 300;
  letter-spacing: -.03rem;
  line-height: 3.4rem;
}

.simpleContent__body {
  margin-bottom: 10rem;
}
