html, body{
    background: #000;
    color: #fff;
    font-family: futura-pt,sans-serif;
    font-weight: 400;
    font-style: normal;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.testbalk{
    display: none;
    left: 47.3%;
    width: 1px;
    height: 100%;
    position: absolute;
    background: #fff;
    z-index: 9999999;
}

.testbalk2{
    display: none;
    left: 53.8%;
    width: 1px;
    height: 100%;
    position: absolute;
    background: #fff;
    z-index: 9999999;
}

.bodyMint{
    display: flex;
    justify-content: center;
}

.container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 400px;
}

.logo,
.logoSub,
.contact{
    overflow: hidden;
}

.logo{
    width: 120px;
    margin-bottom: 50px;
}

.logo__img--dark{
    max-width: 400px;
    height: auto;
}

.logoSub{
   width: 97px; 
}

.logoSub__img--dark{
    width: 100%;
    height: auto;
}

.sub{
    font-size: 28px;
    margin-bottom: 30px;
}

.contact{
    font-size: 16px;
    text-align: center;
    line-height: 30px;
}

.contact a {
    color: #fff;
    text-decoration: none;
}

.contact a:hover{
    text-decoration: underline;
}

@media screen and (max-width:  1024px) {
    .testbalk{
        left: 45.3%;
    }

    .testbalk2{
        left: 56.8%;
    }

    .logo{
        width: 120px;
         margin-bottom: 30px;
    }
    
    .logoSub{
        width: 97px;
        margin-bottom: 10px;
    }

    .logoSub{
        margin-bottom: 0;
    }
}

@media screen and (max-width:  400px) {
    .testbalk{
        left: 40.3%;
    }

    .testbalk2{
        left: 63.9%;
    }
}

@media screen and (min-width:  1400px) {
    .testbalk{
        left: 45.3%;
    }

    .testbalk2{
        left: 56.8%;
    }

    .logo{
        width: 200px;
        margin-bottom: 30px;
    }

    .logoSub{
        width: 200px;
        margin-bottom: 0;
    }
}

@media screen and (min-width:  1900px) {
    .testbalk{
        left: 46.5%;
    }

    .testbalk2{
        left: 54.3%;
    }

    .logoSub{
        width: 168px;
        margin-bottom: 0;
    }

    .sub{
        font-size: 40px;
        margin-bottom: 30px;
    }
}