@font-face {
  font-family: "Social";
  src: url("/static/fonts/ABCSocialVariable-Trial.woff") format("woff");
}
* {
  font-family: "Social", sans-serif;
  transition: 0.15s ease-in-out;
}

body {
  background-color: #252524;
  background-image: url("/static/images/stars.svg");
  /* animation: blink 10s ease infinite; */
  font-family: "Social";
  overflow: hidden !important;
  padding: 0;
  margin: 0;
}
body .instructions {
  z-index: 999;
  position: absolute;
  width: 70%;
  height: 80%;
  left: 15%;
  top: 10%;
  --smooth-corners: 15;
  mask-image: paint(smooth-corners);
  -webkit-mask-image: paint(smooth-corners);
  background: rgba(61, 60, 58, 0.6);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 16px;
  text-align: center;
  display: none;
}
body .instructions h1 {
  display: table-cell;
  vertical-align: middle;
  font-family: "Social";
  font-style: normal;
  font-weight: 900;
  font-size: 4em;
  text-align: center;
  color: #f5f5f5;
  max-width: 70%;
}
body #outC {
  display: none;
  position: fixed;
  z-index: -99;
  left: 50%;
  opacity: 0.2;
  top: 50%;
  transform: translate(-50%, -50%);
}
body .menu {
  position: absolute;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  display: none;
  justify-content: space-between;
}
body .menu .left {
  margin-top: auto;
}
body .menu .left #logoImg {
  height: 1.5em;
  padding: 1em 2em;
  margin-bottom: 10px;
  filter: opacity(0.5);
}
body .menu .right {
  margin-left: auto;
  padding: 1em 2em;
}
body .menu .right .sqq_btn {
  cursor: pointer;
  position: relative;
  height: 14px;
  width: 14px;
  z-index: 10;
  color: #9d9d9d;
  filter: opacity(0.5);
  padding: 14px;
  margin: 10px 0;
  font-size: 1.2em;
  background: #9d9d9d;
  border-radius: 16px;
  --smooth-corners: 6.5;
  mask-image: paint(smooth-corners);
  -webkit-mask-image: paint(smooth-corners);
}
body .menu .right .sqq_btn:hover {
  color: #252524;
  transform: translate(0, -4px);
  box-shadow: 0px 6px 13px rgba(154, 154, 154, 0.68);
}
body .menu .right .sqq_btn img {
  height: 100%;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
}
body .menu .right .outline {
  background: none;
  border: 1px solid #9d9d9d;
}
body .menu .right .outline img {
  filter: brightness(0.7);
}
body #circle {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 90vh;
  height: 90vh;
  max-height: 90vw;
  max-width: 90vw;
  background: radial-gradient(50% 50% at 50% 50%, #fffca0 0%, #ffd426 100%);
}
body #circle .inner-circle {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 80vw;
  height: 80vw;
  max-height: 80vw;
  max-width: 80vw;
  z-index: 99;
  background: white;
}
body #bg_stars {
  min-height: 100vh;
  min-width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -99;
  overflow: hidden;
}
body .nigga {
  background-color: black;
  opacity: 50%;
  height: 100vh;
  width: 100vw;
  display: none;
}
body .help {
  width: 90%;
  margin: 5%;
  bottom: -200px;
  margin-bottom: 0;
  position: absolute;
  z-index: 2;
}
body .help .help-button {
  height: 6px;
  width: 28px;
  border-radius: 6px;
  background-color: #9D9D9D;
  margin: auto;
  margin-bottom: 12px;
}
body .help .help-inner {
  padding: 20px;
  background-color: #9D9D9D;
  border-radius: 10px 10px 0 0;
  text-align: center;
}
body .help .help-inner b {
  padding-bottom: 40;
}
body .help .help-inner p {
  text-align: justify;
}
body #container {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
body #container h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 2em;
  text-align: left;
  color: #f5f5f5;
  margin: 18px;
}
body #container h2 b {
  font-weight: "black";
}
body #container #index-desc {
  color: white;
  margin: 14px;
  width: 20em;
  line-height: 24px;
}
body #container .buttons {
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body #container .buttons .sq_btn {
  cursor: pointer;
  position: relative;
  z-index: 10;
  color: #9d9d9d;
  padding: 14px 70px;
  margin: 0 30px;
  font-size: 1.2em;
  background: #f5f5f5;
  border-radius: 16px;
  --smooth-corners: 6.5;
  mask-image: paint(smooth-corners);
  -webkit-mask-image: paint(smooth-corners);
}
body #container .buttons .sq_btn:hover {
  color: #252524;
  transform: translate(0, -6px);
  box-shadow: 0px 6px 13px rgba(154, 154, 154, 0.68);
}

.squircle {
  --smooth-corners: 5;
  mask-image: paint(smooth-corners);
  -webkit-mask-image: paint(smooth-corners);
  background: #d01257;
  width: 200px;
}

/* .box {
    margin: auto;
    margin-top: 30px;
    width: 300px;
    height: 300px;
    animation: blink 5s linear infinite; 
} */
@keyframes blink {
  0% {
    background-color: #252524;
  }
  /* 20%  {background-color: #909090; } */
  /* 37%  {background-color: #fffefe; } */
  40% {
    background-color: #fffefe;
  }
  /* 80% {background-color: #808080; } */
  100% {
    background-color: #252524;
  }
}
.disappearments {
  animation: disappear 0.1s ease;
  animation-fill-mode: forwards;
}

.disappear {
  display: "block";
}

@keyframes disappear {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes grow {
  0% {
    filter: blur(0.5em) brightness(0.1);
  }
  40% {
    filter: blur(0.5em) brightness(1);
  }
  100% {
    filter: blur(0.5em) brightness(0.1);
  }
}
@media only screen and (max-width: 600px) {
  .instructions {
    width: 90% !important;
    height: 50% !important;
    left: 5% !important;
    top: 25% !important;
  }
  .instructions h1 {
    font-size: 2em !important;
  }
  #container h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 2em !important;
    text-align: center;
    color: #f5f5f5;
  }
  #container h2 b {
    font-weight: "black";
  }
  #container .buttons {
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #container .buttons .sq_btn {
    width: 60px;
    cursor: pointer;
    position: relative;
    z-index: 10;
    color: #9d9d9d;
    padding: 14px 50px !important;
    margin: 0 15px !important;
    font-size: 1em !important;
    background: #f5f5f5;
    border-radius: 16px;
    --smooth-corners: 6.5;
    mask-image: paint(smooth-corners);
    -webkit-mask-image: paint(smooth-corners);
  }
  #container .buttons .sq_btn:hover {
    color: #252524;
    transform: translate(0, -6px);
    box-shadow: 0px 6px 13px rgba(154, 154, 154, 0.68);
  }
}/*# sourceMappingURL=index.css.map */