@font-face {
    font-family: hyper;
    src: url(../font/HYPERv1.4-Black.otf);
}

html,
body {
    height: 100%;
    background-color: #000;
    overflow: hidden;
}

.container {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner {
    font-family: hyper;
    color: #fff;
    text-transform: uppercase;
    font-size: 5vw;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #000;
}

@media screen and (max-width: 1200px) {
    .banner {
        font-size: 7vw;
    }
}

@media screen and (max-width: 750px) {
    .banner {
        font-size: 10vw;
    }
}
