body {
  background-image: url(./background.png);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
}
.main-container {
  display: flex;
  flex-direction: column;
  width: 40%;
  padding: 30px 10%;
  justify-content: space-evenly;
  height: 80vh;
}
.logo {
  width: 276.28px;
  height: 99.95px;
  margin-left: -10px;
}
.qr-code {
  width: 138.37px;
  height: 138.6px;
}
.coming-soon-text {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 109%;
  letter-spacing: -0.05em;
  color: #5fb6c3;
}
.description {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 182%;
  color: #645a55;
  width: 330px;
}
.visit-amazon-text {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 17.6242px;
  line-height: 171.5%;
  text-align: center;
  color: #ffffff;
}
.amazon-button {
  width: 252.6px;
  height: 51.77px;
  background: #5fb6c3;
  box-shadow: 0px 8.81209px 8.81209px rgb(0 0 0 / 2%);
  border-radius: 7px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 20px;
  cursor: pointer;
  text-decoration: none;
}
.amazon-button:hover {
  background-color: #42929e;
}
.qr-code-container {
  display: flex;
  flex-direction: column;
  width: 130px;
}
.qr-code-text {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 131.5%;
  color: #645a55;
  margin-top: 5px;
}
.text-container {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 1080px) {
  body {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
  }
}
