.heading {
  margin-top: 220px;
  padding-bottom: 10px;
  font-family: 'Gill sans ultra', sans-serif;
  font-size: 80px;
  line-height: 70px;
  font-weight: 700;
  text-align: center;
}

.section {
  min-height: 600px;
}

.container {
  min-height: 600px;
}

.paragraph {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: 'Ropsen script', sans-serif;
  font-size: 40px;
  text-align: center;
}

.text-span {
  color: #666;
}

.button {
  position: fixed;
  text-align: center;
}

.div-block {
  min-height: 200px;
  padding-left: 384px;
}

@media screen and (min-width: 1920px) {
  .heading {
    margin-top: 400px;
    font-size: 100px;
  }

  .paragraph {
    margin-bottom: 0px;
    padding-top: 70px;
  }

  .text-span {
    font-size: 50px;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    font-size: 60px;
  }

  .container {
    font-family: 'Ropsen script', sans-serif;
  }
}

@font-face {
  font-family: 'Gill sans ultra';
  src: url('../fonts/Gill-Sans-Ultra-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ropsen script';
  src: url('../fonts/Ropsen-Script-Regular-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}