body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    sans-serif;
  margin: 0;
  overflow: hidden !important;
}
code {
  font-family:
    source-code-pro,
    Menlo,
    Monaco,
    Consolas,
    Courier New,
    monospace;
}
.App {
  align-items: center;
  animation: moveBg 180s linear infinite;
  background-image: url(../media/mainBg.371ae29fcbe356099af9.png);
  background-position: 0 0;
  background-repeat: repeat;
  display: flex;
  flex-direction: column;
  font-family:
    Pixelify Sans,
    sans-serif;
  height: 100vh;
  justify-content: space-between;
  overflow: hidden;
  width: 100vw;
}
.PosterWrapper {
  height: 400px;
  position: absolute;
  right: 0;
  top: 0;
  width: 270px;
}
.PosterContainer {
  height: 100%;
  position: relative;
  width: 100%;
}
.PosterImg {
  width: 100%;
}
.BenderHideImg,
.PosterImg {
  height: 100%;
  position: absolute;
}
.BenderHideImg,
.ImgFlower {
  transition: all 1s;
}
.ImgFlower {
  height: 150px;
  left: 60px;
  position: absolute;
  width: 150px;
}
.MainBackgroundToner {
  background: #301800;
  height: 100%;
  opacity: 0.6;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.MainContentWrapper,
.MainHeaderWrapper {
  width: 100%;
  z-index: 10;
}
.MainContentWrapper {
  flex-direction: column;
}
.MainContent,
.MainContentWrapper {
  align-items: center;
  display: flex;
  justify-content: center;
}
.MainContent {
  border-radius: 8px;
  flex-direction: row;
  height: -webkit-fit-content;
  height: fit-content;
  margin-top: 20px;
  min-height: 300px;
  width: 40vw;
}
.MainContentImg {
  max-width: 200px;
  width: 50%;
}
.MainContentText {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 30px #ffa500b3;
  margin-right: 12px;
  min-width: 200px;
  padding: 12px;
}
.MainContentTextItem {
  border-bottom: 1px solid #f08080;
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
  padding-bottom: 4px;
  text-transform: uppercase;
}
.MainFooterWrapper {
  z-index: 10;
}
.LogoImg {
  border-radius: 30px;
  max-width: 500px;
  width: 75vw;
}
.MainFooterWrapper {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 50px;
  width: 100%;
}
.MainButton {
  font-size: 28px;
}
.MainLoader {
  align-items: center;
  background: #000;
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
  width: 100vw;
  z-index: 100;
}
.MainLoaderImg {
  animation: spin 4s linear infinite;
  border-radius: 50%;
  height: 300px;
  margin: auto;
  width: 300px;
}
@media (max-width: 640px) {
  html, body {
    height: 100vh;
    padding-bottom: env(safe-area-inset-bottom) !important;
    overscroll-behavior: none !important;
  }
  .App {
    overflow: scroll;
  }
  .MainButtonWrapper {
    padding-bottom: 100px;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes moveBg {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: -2800px 0;
  }
}
/*# sourceMappingURL=main.04ef86e4.css.map*/
