body{
  background-color: #000000;
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.p {
  background-color: transparent;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}

.p .q-wrapper {
  overflow: hidden;
  width: 100%;
  max-width: 640px;
  height: 100vh;
  aspect-ratio: 640 / 1036;
  position: relative;
  box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
}

.p .q {
  position: relative;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: top center;
}

.p .overlap-group {
  position: absolute;
  width: 100%;
  height: 63%;
  min-height: 400px;
  margin: 0 auto;
  z-index: 10;
}

.p .btn {
  display: block;
  width: 80%;
  height: auto;
  aspect-ratio: 1354 / 343;
  margin: 20px auto;
  margin-bottom: 5%;
  background-size: cover;
  background-position: center;
  border-radius: 70px;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
  background-color: transparent;
}

.p .overlap {
  position: absolute;
  width: 90%;
  height: 65%;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
}

.p .slogan {
  width: 100%;
  height: auto;
  aspect-ratio: 1200 / 72;
  margin: 0 auto;
  margin-top: 1%;
  background-image: url(../assets/slogan.png);
  background-size: cover;
  background-position: center;
}

.p .logo {
  width: 75%;
  height: auto;
  aspect-ratio: 1022 / 425;
  margin: 0 auto;
  /* margin-top: 15%; */
  background-image: url(../assets/logo.png);
  background-size: cover;
  background-position: center;
}

.p .earth {
  width: 100%;
  height: auto;
  aspect-ratio: 991 / 964;
  margin: 0 auto;
  margin-top: 50%;
  margin-bottom: -150%;
  background-image: url(../assets/earth.png);
  background-size: cover;
  background-position: center;
}

.p .content {
  width: 100%;
  height: auto;
  aspect-ratio: 1866 / 562;
  margin: 0 auto;
  /* margin-top: -3%; */
  background-size: cover;
  background-position: center;
}
