/*!*************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/scss/style.scss ***!
  \*************************************************************************************************************************************************************************************/
@font-face {
  font-family: "CarterOne-Regular";
  src: url(assets/fonts/CarterOne-Regular.ttf);
}
@font-face {
  font-family: "Space-Comics";
  src: url(assets/fonts/Space-Comics.ttf);
}
html,
body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-image: url(assets/imgs/bg.svg);
  background-size: cover;
  width: 100vw;
  height: 100vh;
}

body {
  font-family: "Carving", Arial, Helvetica, sans-serif;
  font-size: 60px;
}

canvas {
  position: fixed;
  top: 0;
}

p {
  font-size: 32px;
  position: fixed;
  left: 24px;
  top: 24px;
  z-index: 10;
  margin: 0;
  padding: 0;
}
p.description {
  font-size: 0px;
  text-indent: -9999px;
  white-space: nowrap;
  margin: 0;
  padding: 0;
}

input {
  font-family: "CarterOne-Regular";
  width: 496px;
  font-weight: 400;
  font-style: normal;
  background: #fff;
  color: #2e2c7e;
  border-radius: 8px;
  border: 2px solid #707070;
  box-shadow: inset 4px 4px 0px rgb(219, 219, 219);
  font-size: 32px;
  line-height: 32px;
  outline: none;
  padding: 8px;
  height: 76px;
  box-sizing: border-box;
  text-align: center;
}
input::placeholder {
  color: #2e2c7e;
  opacity: 1; /* Firefox */
}
@media (max-height: 1080px) {
  input {
    height: 64px;
    font-size: 24px;
    line-height: 24px;
  }
}
@media (max-height: 720px) {
  input {
    width: 240px;
    height: 38px;
    font-size: 16px;
    line-height: 16px;
  }
}
@media (max-width: 573px) {
  input {
    width: 280px;
    height: 64px;
    font-size: 24px;
    line-height: 24px;
  }
}
@media (max-width: 375px) {
  input {
    width: 240px;
    height: 38px;
    font-size: 16px;
    line-height: 16px;
  }
}

.input-name {
  position: fixed;
  left: 50%;
  transform: translate(-50%, -50%);
}
.input-name:disabled {
  border: none;
  background-color: transparent;
  color: #ffe801;
  box-shadow: none;
  text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.input-general {
  position: fixed;
  transform: translate(-50%, -50%);
}

.ads {
  position: fixed;
  bottom: 0;
  width: 100%;
}

.privacy-content {
  box-sizing: border-box;
  width: 80%;
  margin: auto;
  color: #fff;
  padding: 40px 24px;
  overflow-y: scroll;
  height: 100vh;
}
.privacy-content h3 {
  font-size: 24px;
}
.privacy-content h4 {
  font-size: 18px;
}
.privacy-content p {
  font-size: 16px;
  position: relative;
  left: 0;
  top: 0;
  z-index: 0;
  margin: 0 0 12px;
  padding: 0;
}
.privacy-content a {
  color: #fff;
}
.privacy-content ul {
  font-size: 16px;
}
