body {
    margin: 0;
    padding: 0;
    background: #000;
    color: #fff;
    font-family: "Jersey 10";
    text-shadow: 0 0 5px #000;
}
input, button{
    font-family: "Jersey 10";
}
button {
    font-size: 15px;
}


canvas {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

article{
    height: 90vh;
    z-index: 1;
    position: relative;
}
.lead{
    text-align: center;
    padding: 0 40px;
}
.lead h1{
    font-size: 80px;
    padding: 0;
    margin: 0;
}
.lead p{
    margin: 0;
    padding: 0;
    font-size: 20px;
}

.lead .token__price{
    font-size: 26px;
    color: #5dffc3;
}

.socials{
    margin: 20px 0;
    padding: 0;
}
.socials li{
    list-style: none;
    display: inline-block;
}
.socials a{
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #2a2a2a;
    display: inline-block;
    padding: 5px;
    border:Solid 2px #fff;
    border-radius: 5px;
}
.socials img{
    width: 20px;
}

.dextools img{
    height: 20px;
}

footer{
    position: relative;
    z-index: 1;
    height: 10vh;
}
.prompt__wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin: 20px 0 0 0;
}

.prompt__wrap input{
    width: 600px;
    padding: 5px;
}
.prompt__wrap button{
    width: 100px;
    padding: 5px 0;
    margin: 0 0 0 10px;
}

.prompt__detail{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.prompt__detail h2{
    font-size: 30px;
    margin: 0;
    padding: 0;
}
.prompt__detail h3{
    font-size: 25px;
    margin: 0;
    padding: 0;
}

.backrooms button{
    background-color: #00f300;
    color: #000;
    font-size: 20px;
}

.result__wrap{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    min-height: 100%;
    background-color: rgb(0 0 0 / 80%);
    display: none;
}
.result__wrap .close button,
.backrooms__close,
.backrooms__scroll{
    position: absolute;
    right: 0;
    top: 0;
    margin: 15px;
    font-size: 20px;
}

.backrooms__close{
    position: fixed;
}
.backrooms__scroll{
    position: fixed;
    margin-right: 80px;
}

.prompt__title{
    font-size: 40px;
    text-align: center;
    margin: 20px 0 0 0;
}
.result__content{
    padding: 0 20px;
    text-align: center;
}
.result__content pre{
    font-size: 20px;
    text-align: center;
    text-wrap: inherit;
}
.result__content img{
    margin: 20px 0 0 0;
    width: auto;
    height: 80vh;
}
.result__content video{
    margin: 20px 0 0 0;
    width: auto;
    height: 80vh;
}
.result__content iframe{
    width: 100%;
    min-height: 85vh;
    background-color: #fff;
}
.openwebsite{
    color: #fff;
    font-size: 30px;
}

.prompt__loading{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background-color: rgb(0 0 0 / 85%);
    display: none;
}

.prompt__loading h3{
    font-size: 150px;
    margin: 0;
    padding: 0;
}
.prompt__loading p{
    font-size: 25px;
    margin: 0;
    padding: 0;
}

.backrooms__wrap{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    display: none;
    background-color: rgb(0 0 0 / 65%);
}

.backrooms__refresh{
    font-size: 30px;
}

.rooms__items{
    width: 100%;
    padding: 0 20px;
    text-align: center;
    margin: 30px 0 0 0;
    background-color: rgb(0 0 0 / 85%);
}

.room__item{
    border:dashed 2px #fff;
    margin: 0 0 20px 0;
    padding: 5px 20px;
}
.room__item strong{
    font-size: 30px;
    margin: 0;
    padding: 0;
    line-height: normal;
}
.room__item p{
    font-size: 18px;
    margin: 0;
    padding: 0;
}
.room__item img{
    width: auto;
    height: 400px;
}

.chart__wrap{
    position: fixed;
    bottom: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    z-index: -1;
}

.loader {
    display: inline-flex;
    border: 2px solid #fff;
    --c:no-repeat linear-gradient(#fff 0 0) 50%;
    background:
      var(--c) calc(50% - 5px)/5px 5px,
      var(--c) calc(50% + 5px)/5px 5px;
      transform: scale(2);
      position: relative;
      top:-30px;
  }
  .loader::before,
  .loader::after {
    content: "12 00 23 40 31 45 60 17 45 32 29 42 50 08 14 07 46 11 03 55";
    font-size: 30px;
    font-family: monospace;
    font-weight: bold;
    line-height: 1em;
    height: 1em;
    width: 2ch;
    color: #fff0;
    text-shadow: 0 0 0 #fff;
    overflow: hidden;
    margin: 5px 10px; 
    animation: l3 1s steps(20) infinite;
  }
  .loader::before {
    animation-duration: 1.5s;
  }
  @keyframes l3 {
    100% {text-shadow: 0 -20em 0 #000}
  }

@media (max-width: 991px) {
    .lead h1{
        font-size: 50px;
        margin: 20px 0 0 0;
    }
    .socials{
        margin: 10px 0;
    }
    .lead p{
        font-size: 16px;
    }

    .prompt__wrap input{
        width: 65%;
        padding: 5px;
        font-size: 16px;
    }
    .prompt__wrap button{
        width: 20%;
        padding: 5px;
    }
    .example .button_list{
        margin: 0 auto;
    }
    .example button{
        width: 32.5%;
    }
    .prompt__title{
        margin: 50px 0 0 0;
        font-size: 25px;
        padding: 0 20px;
    }
    .result__content img{
        width: 100%;
        height: auto;
    }

    .result__content video{
        height: auto;
        width: 100%;
    }
    .result__content pre{
        font-size: 15px;
    }
    .loader{
        transform: scale(1);
        position: static;
    }
    .prompt__loading h3{
        font-size: 50px;
    }
    .prompt__loading p{
        font-size: 20px;
        padding: 0 20px;
    }
    .rooms__items{
        padding: 20px;
        box-sizing: border-box;
    }
    .room__item img{
        width: 100%;
        height: auto;
    }
    .backrooms__wrap h2{
        font-size: 40px;
        margin: 40px 0 0 0;
        padding: 0;
    }
    .room__item strong{
        font-size: 25px;
        padding: 0 20px;
    }
    .room__item p{
        padding: 0 20px;
        word-break: break-all;
        font-size: 16px;
    }
    .result__content iframe{
        min-height: 75vh;
    }


    .chart__wrap{
        width: 100%;
        position: static;
        background: rgb(0 0 0 / 24%);
    }

}