html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

.nav-link {
    color: #215377 !important;
}

.nav-link:hover {
    color: #102f46 !important;
}

body {
    margin-bottom: 60px;
    background-color: #e3dac9;
}

.discBody {
    background-color: #202E53 !important;
}


.bg-soluna-grey {
    background-color: #919684 !important;
}

.content {
    text-align: center;
    padding: 2rem;
    border-radius: 1rem;
}

.text-soluna {
    color: #202E53 !important;
}

.content a {
    color: #215377;
    font-weight: bold;
    text-decoration: none;
}


@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}
