.body {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  min-height: 100vh;
  margin-top: auto;
  font-family: Varela, sans-serif;
  font-size: 2.06vw;
  font-weight: 400;
  line-height: 1.3;
  display: flex;
  overflow: hidden;
}

.section-wrapper {
  justify-content: flex-start;
  align-items: center;
  height: 24em;
  padding-top: 2em;
  font-size: 2vw;
  line-height: 1.3;
  display: block;
  position: relative;
  overflow: hidden;
}

.marquee-wrapper-coming-soon {
  z-index: 2;
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
  margin-right: 0;
  font-size: 2vw;
  line-height: 1.3;
  display: flex;
  position: relative;
}

.marquee-half {
  flex-flow: row;
  flex: none;
  align-items: center;
  margin-right: 0;
  font-size: 2vw;
  line-height: 1.3;
  display: flex;
}

.marquee-half.first, .marquee-half.seconde {
  margin-right: 0;
}

.text-block {
  flex: none;
  margin-right: .45em;
  font-family: Varela, sans-serif;
  font-size: 6em;
  font-weight: 500;
  line-height: 70%;
}

.whole-page-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.circle-coming-soon {
  box-sizing: border-box;
  aspect-ratio: 1;
  background-color: #333;
  border-radius: 100%;
  width: 1.4em;
  margin-right: 2.5em;
}

.image {
  z-index: 2;
  width: 20em;
  height: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 2em 0% 0%;
}

.copyright {
  text-align: center;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  font-size: 14px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.copyright-section {
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

@media screen and (max-width: 991px) {
  .copyright {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .copyright {
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  .section-wrapper {
    width: 100%;
    height: auto;
    padding-bottom: 41em;
  }

  .marquee-wrapper-coming-soon {
    margin-bottom: 12.5em;
  }

  .text-block {
    font-size: 6.6em;
  }

  .whole-page-wrapper {
    width: 100vh;
    height: 100svh;
    margin-bottom: auto;
    position: relative;
    overflow: hidden;
  }

  .image {
    width: 100%;
    top: 4em;
  }

  .copyright {
    font-size: 12px;
  }
}


