body {
  background: linear-gradient(180deg, #ffd6f4 0%, #f6d6fc 52.88%, #ffddc3 100%);
}

.main {
  padding-top: 120px;

  h1 {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 24px;
    color: #313131;
    margin-bottom: 24px;
  }

  p {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    color: #313131;
    margin-bottom: 20px;
  }

  h2 {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 24px;
    color: #313131;
    margin-bottom: 20px;
  }
  h3 {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    color: #313131;
    margin-bottom: 20px;
  }

  a {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    color: #313131;
    text-decoration-skip-ink: none;
    text-decoration: underline;
  }

  ul {
    color: #313131;
    padding-left: 24px;
    list-style: disc;
  }
}

@media screen and (min-width: 1436px) {
  .main {
    padding-top: 160px;

    h1,
    h2 {
      font-size: 48px;
      margin-bottom: 48px;
    }

    p,
    a,
    h3 {
      font-size: 24px;
    }
  }
}
