*
{
    margin: 0;
    padding: 0;
}

.wrapper {
    width: 100%
}

body{
    font-family: 'Lexend', sans-serif;

    font-size: 12px;
    color: #edf0f1;
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #0D0E11;
    background-size: cover;
    min-height: 100vh;
}

#displayAmount{
    color: #393945;
    text-align: center;
    font-family: Lexend;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: absolute;
    margin-top: 7.5%;
    left: 14.5rem;
}

.rocket-logo{
    position: absolute;
    bottom: 0;
    right: 0;
}

.surroundingHandler{
    width: 36.375rem;
    height: 7.75rem;
    flex-shrink: 0;
    border-radius: 1rem;
    border: 1px solid #232328;
    background: #0C0C0E;
    position: absolute;
    justify-content: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) translateY(1rem);
}
#preloader{
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    transform: translateY(-100%);
    transition: transform 1s ease;
}

.title{
    color: rgb(255, 255, 255);
    font-weight: 900;
    font-size: large;
    padding-left: 5rem;
    padding-top: 0rem;
}

#normalText{
    color: #FFF;
    text-align: center;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: absolute;
    margin-bottom: 5%;
    top: 1.5rem;
    left: 4.5rem;
}

.text{
    color: #BFBFBF;
    font-size: smaller;
    padding-left: 5rem;
}

.preloader-logo img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) translateY(-6rem) translateX(-2.25rem);
    width: 9.5rem;
    padding-left: 5rem;
    padding-top: 2.5rem;
}

.breaker{
    background-color: #BFBFBF;
    position: absolute;
    top: 17.5rem;
    left: 5rem;
    width: 18rem;
    height: .25%;
}

button{
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    border-radius: 6px;
    border: none;
    background-color: #11172e;
    color: white;
    text-align: center;
    text-decoration: none;
    transition-duration: 0.4;
    padding: .25rem;
}

button:hover{
    background-color: #19203c;
    cursor: pointer;
}

@media (max-width: 300px) {
    .preloader-logo img{
        width: 9.5rem;
        padding-top: 4.5rem;
    }
    .surroundingHandler{
        width: 15.8125rem;
        height: 5.375rem;
        flex-shrink: 0;
    }
    
    #normalText{
        position: absolute;
        font-size: .55rem;
        width: 20rem;
        left: -2rem;
    }

    #displayAmount{
        position: absolute;
        font-size: .55rem;
        width: 4rem;
        left: 6rem;
        padding-top: 5%;
    }

    .rocket-logo img{
        width: 10rem;
    }
}

@media (max-width: 399px) and (min-width: 301px) {
    .preloader-logo img{
        width: 9.5rem;
        padding-top: 4.5rem;
    }
    .surroundingHandler{
        width: 20.8125rem;
        height: 5.375rem;
        flex-shrink: 0;
    }
    
    #normalText{
        position: absolute;
        font-size: .7rem;
        width: 20rem;
        left: .5rem;
    }

    #displayAmount{
        position: absolute;
        font-size: .7rem;
        width: 5rem;
        left: 8.25rem;
        padding-top: 5%;
    }

    .rocket-logo img{
        width: 12.5rem;
    }
}

@media (max-width: 500px) and (min-width: 400px) {
    .preloader-logo img{
        width: 9.5rem;
        padding-top: 4.5rem;
    }
    .surroundingHandler{
        width: 20.8125rem;
        height: 5.375rem;
        flex-shrink: 0;
    }
    
    #normalText{
        position: absolute;
        font-size: .7rem;
        width: 20rem;
        left: .5rem;
    }

    #displayAmount{
        position: absolute;
        font-size: .7rem;
        width: 5rem;
        left: 8.25rem;
        padding-top: 5%;
    }

    .rocket-logo img{
        width: 12.5rem;
    }
}

@media (max-width: 700px) and (min-width: 600px) {
    .preloader-logo img{
        width: 9.5rem;
        padding-top: 4.5rem;
    }
    .surroundingHandler{
        width: 20.8125rem;
        height: 5.375rem;
        flex-shrink: 0;
    }
    
    #normalText{
        position: absolute;
        font-size: .7rem;
        width: 20rem;
        left: .5rem;
    }

    #displayAmount{
        position: absolute;
        font-size: .7rem;
        width: 5rem;
        left: 8.25rem;
        padding-top: 5%;
    }

    .rocket-logo img{
        width: 12.5rem;
    }
}

@media (max-width: 740px) and (min-width: 701px) {
    .preloader-logo img{
        width: 9.5rem;
        padding-top: 4.5rem;
    }
    .surroundingHandler{
        width: 20.8125rem;
        height: 5.375rem;
        flex-shrink: 0;
    }
    
    #normalText{
        position: absolute;
        font-size: .7rem;
        width: 20rem;
        left: .5rem;
    }

    #displayAmount{
        position: absolute;
        font-size: .7rem;
        width: 5rem;
        left: 8.25rem;
        padding-top: 5%;
    }

    .rocket-logo img{
        width: 12.5rem;
    }
}

@media (max-width: 769px) and (min-width: 741px) {
    .preloader-logo img{
        width: 9.5rem;
        padding-top: 4.5rem;
    }
    .surroundingHandler{
        width: 20.8125rem;
        height: 5.375rem;
        flex-shrink: 0;
    }
    
    #normalText{
        position: absolute;
        font-size: .7rem;
        width: 20rem;
        left: .5rem;
    }

    #displayAmount{
        position: absolute;
        font-size: .7rem;
        width: 5rem;
        left: 8.25rem;
        padding-top: 5%;
    }

    .rocket-logo img{
        width: 12.5rem;
    }
}

@media (max-width: 950px) and (min-width: 770px) {
    .teaser img{
        position: absolute;
        width: 20rem;
        padding-left: 30rem;
        top: 0rem;
    }
    .title{
        font-size: xx-large;
    }
    .text{
        font-size: large;
    }
    .Discord{
        position: absolute;
        top: 15.5rem;
    }
    .Twitter{
        position: absolute;
        top: 20rem;
    }
    .breaker{
        top: 19.5rem;
    }
}

@media (max-width: 192030120129302px) and (min-width: 951px) {
    #loadingText{
        left: 32%;
    }
    #plicon{
        left: 34%;
    }
    .teaser img{
        position: absolute;
        width: 20rem;
        padding-left: 30rem;
        top: 0rem;
    }
    .title{
        font-size: xx-large;
    }
    .text{
        font-size: large;
    }
    .Discord{
        position: absolute;
        top: 15rem;
    }
    .Twitter{
        position: absolute;
        top: 20rem;
    }
    .breaker{
        top: 19.5rem;
    }
}