body {
  background: url(../img/bg.jpg);
  background-position: center;
  background-size: cover;
}

#scrollTopBtn {
  border-color: #000;

  svg {
    stroke: #000;
  }
}

.main {
  padding-top: 140px;

  h1 {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 40px;
    color: #fff;
    margin-bottom: 40px;
  }

  p {
    font-family: var(--font-family);
    font-weight: 900;
    font-size: 16px;
    line-height: 125%;
    color: #fff;
  }

  h2 {
    font-family: var(--font-family);
    font-weight: 900;
    font-size: 16px;
    line-height: 125%;
    color: #fff;
  }
  h3 {
    font-family: var(--font-family);
    font-weight: 900;
    font-size: 16px;
    line-height: 125%;
    color: #fff;
  }

  a {
    text-decoration-skip-ink: none;
    text-decoration: underline;
  }

  ul {
    color: #fff;
    padding-left: 24px;
    list-style: disc;
  }
}

@media screen and (min-width: 1440px) {
  .main {
    h1 {
      font-size: 60px;
      margin-bottom: 44px;
    }

    h2,
    h3,
    p,
    a {
      font-size: 18px;
    }
  }
}
