* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: alkata;
    src: url('../fonts/Alkatra-Bold.ttf');
}

@font-face {
    font-family: popping;
    src: url('../fonts/Poppins-Medium.ttf');
}

@font-face {
    font-family: roboto;
    src: url('../fonts/Roboto-Medium.ttf');
}

.website{
    height: 100vh;
    width: 100%;
    /* background-image: linear-gradient(to right top, #003481, #002b64, #072147, #0c172b, #060911); */
    color: #212121;
}

.logo_img{
    opacity: 0.9;
    width: 350px;
    height: auto;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -14%);
}

.coming_soon_title {
    font-size: 80px;
    font-family: alkata;
}

.sub_title{
    font-family: popping;
    letter-spacing: .5px;
    color: #2f2f2fb5;
}

.sub_title2{
    font-size: 14px;
    line-height: 16px;
    font-family: popping;
    letter-spacing: .5px;
    color: #2f2f2fb5;
}

label{
    font-family: roboto;
    font-size: 16px;
    color: #2c2c2c;
}

.roboto {
        font-family: roboto;
    font-size: 18px;
}

.form_container{
    width: 750px;
}
.game-tab {
    display: inline-block;
    margin: 5px;
    padding: 5px 10px;
    background-color: #f1f1f1;
    border-radius: 3px;
    font-size: 14px;
}

.game-tab span {
    margin-left: 10px;
    color: red;
    cursor: pointer;
}

@media (max-width: 768px) {
    .logo_img{
        opacity: 0.9;
        width: 250px;
        height: auto;
        margin-top: 50px;
    }
    .coming_soon_title {
        font-size: 2.5rem;
        text-align: center;
    }

    .sub_title {
        font-size: 14px;
        text-align: center;
    }

    .form_container {
        width: 100%;
        padding: 10px;
    }

    label {
        font-size: 12px;
    }
}