body {
    padding: 0;
    margin: 0;
    font-family: 'Mitr';
    font-weight: 300;
    font-style: normal;
    background-color: #451151;
}

.nav-link,
.navbar-brand {
    color: #451151;
    cursor: pointer;
}

.nav-link {
    margin-right: 1em !important;
}

.nav-link:hover {
    color: white;
}

.navbar-collapse {
    justify-content: flex-end;
}

.description {
    padding-top: 10%;
}

.main-text {
    font-size: 7em;
    line-height: 1em;
    font-weight: 500;
    text-align: center;
    color: #fffb72
}

.custom-footer {
    position: fixed;
    bottom: 0;
    background-color: #00000042;
    width: 100%;
    text-align: right;
}

.custom-footer p {
    font-weight: 550;
    text-transform: uppercase;
    margin: 1em 2.3em 1em 1em;
    color: #fffb72;
}

.menu-option::after {
    content: "";
}

.menu-option {
    content: "";
    font-weight: 450;
    color: #fffb72;
}

.flozom-logo {
    padding: 1em;
    width: 9em;
}

.custom-nav {
    position: fixed;
    width: 100%;
}

.space-container {
    background-image: url('images/Space_bg_Cover.png');
}

.game-container {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.game-container div {
    text-align: center;
}

.game-logo {
    margin: 10% auto 3em;
    width: 20em;
}

.game-container div p {
    color: white;
    width: 30%;
    text-align: center;
    margin: 0 auto;
}

.turn-container {
    background-image: url('images/Turn_bg_Cover.png');
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.platu-container {
    background-color: #6d50f1;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.get-in-touch-container {
    width: 100%;
    height: 50%;
    background-color: #451151;
}

.main-container {
    width: 100%;
    height: 100%;
}

.social-buttons {
    margin: 3em 0;
}

.margin-right-1em {
    margin-right: 1em;
}

.margin-left-1em {
    margin-left: 1em;
}

.width-30-per {
    width: 30%;
}

.in-touch-box {
    padding: 5%;
}

.pink-color {
    color: #ED5B8B;
}

.yellow-color {
    color: #F0EC6B !important;
}

.main-logo {
    width: 80%;
}

.social-single-button-right {
    margin-right: 1em;
    display: inline-block;
}

.social-single-button-left {
    margin-left: 1em;
    display: inline-block;
}

.legal-body {
    background-color: white;
    padding: 5em;
}

.legal-logo {
    margin-bottom: 2em;
}

@media (max-width: 600px) {
    .legal-logo {
        width: 100%;
    }
    .main-logo-container {
        text-align: center;
    }
    .main-logo {
        width: 80%;
    }
    .navbar-dark .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,251,114, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
    }
    .main-text {
        font-size: 3em;
    }
    .custom-footer {
        text-align: center;
    }
    .custom-footer p {
        margin: 1em;
    }
    .game-container div p {
        width: 80%;
    }
    .social-single-button-right {
        margin-right: 0;
        margin-bottom: 1em;
    }
    .social-single-button-left {
        margin-left: 0;
    }
    .game-container {
        height: auto;
        padding: 3em;
    }
    .custom-nav {
        position: relative;
    }
}