:root {
  --rosa: #ff9ade;
}

.body {
  background-color: #ff9ade;
  font-family: Roboto, sans-serif;
}

.text-block {
  height: auto;
  font-size: 10vw;
  line-height: 1.6em;
}

.container {
  margin-top: 50px;
}

.div-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  display: flex;
  overflow: visible;
}

.image {
  width: 50vw;
  margin-top: 8vw;
}

.body-2 {
  background-color: var(--rosa);
  color: #000;
  font-family: "Swis 721 Bt Roman", Arial, sans-serif;
  font-weight: 400;
}

.div-block-2 {
  width: 900px;
}

.section {
  justify-content: center;
  align-items: flex-start;
  margin-top: 5vw;
  display: flex;
}

.text-block-2 {
  font-family: Wasted Year, Arial, sans-serif;
  font-size: 70px;
  line-height: 1.6em;
}

.text-block-3 {
  margin-top: 40px;
  font-size: 20px;
  line-height: 1.6em;
}

.body-3 {
  background-color: var(--rosa);
  color: #000;
  font-family: "Swis 721 Bt Roman", Arial, sans-serif;
}

.text-block-4 {
  font-family: Wasted Year, Arial, sans-serif;
  font-size: 50px;
  line-height: 1.6em;
}

.section-2 {
  height: 200px;
}

.link, .link-2 {
  display: none;
}

@media screen and (max-width: 991px) {
  .image {
    width: 80vw;
    margin-top: 46vw;
  }

  .div-block-2 {
    width: 80vw;
  }

  .section {
    margin-top: 14vw;
  }

  .text-block-2 {
    font-size: 60px;
  }

  .text-block-3 {
    font-size: 18px;
  }

  .text-block-4 {
    font-size: 33px;
  }
}

@media screen and (max-width: 767px) {
  .image {
    margin-top: 5vw;
  }

  .text-block-2 {
    font-size: 40px;
  }

  .text-block-3 {
    font-size: 14px;
  }

  .text-block-4 {
    font-size: 24.5px;
  }
}

@media screen and (max-width: 479px) {
  .image {
    margin-top: 60vw;
  }

  .text-block-2 {
    font-size: 8vw;
  }
}


@font-face {
  font-family: 'Swis 721 Bt Roman';
  src: url('../fonts/Swis721-BT-Roman.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Wasted Year';
  src: url('../fonts/Wasted-Year-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}