:root{
    --AAB734: hsl(191, 96%, 36%);
}

html {
    width: auto;
    height: 100%;
    margin: 0;
    padding: 0;
    text-shadow: 0px 0px 4px #000000, -1px -1px 1px rgb(0 0 0 / 10%), 1px 1px 1px rgb(0 0 0 / 50%);
}

body{
    width: auto;
    height: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    color: #aeaeae;
    background-image: url(https://yorizon.alwaysdata.net/forum//webroot/img/bg-white.png);
    background-attachment: fixed;
    font-family: 'Inter', sans-serif;
}

.bodyFilterBackground {
    background: rgb(0, 0, 0);
    background: var(--AAB734);
    filter: opacity(0.8) brightness(0.2);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}

.flexCentered{
    display: flex;
    justify-content: center;
    align-items: center;
}

.cursorPointer{
    cursor: pointer;
}

.mainContent{
    padding: 70px 0 40px 0;
    min-height: calc(100vh - 312px);
    /* display: flex;
    justify-content: center;
    align-items: center; */
    position: relative;
}

footer{
    width: 100%;
    height: auto;
    background: black;
    border-top: 1px solid var(--AAB734);
}

.footer-sections{
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.footer-title{
    font-weight: bold;
    margin: 0 0 35px 0;
    color: var(--AAB734);
}

.footer-image{
    width: 100px;
    height: auto;
}

.footer-item {
    text-decoration: underline;
    margin: 7px 0;
    cursor: pointer;
    color: #aeaeae;
}

.footer-section {
    margin: 0 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.footer-legal{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 40px 0 0 0;
}

.legal-links a{
    color: #aeaeae;
    margin: 0 10px;
}

.legal-links a:hover, .footer-item:hover{
    color: white;
}

@media (max-width: 770px) {
    .footer-sections {
        display: inherit!important;
    }

    .footer-section {
        margin: 50px!important;
        text-align: center;
    }

    .footer-legal {
        padding: 40px 20px!important;
    }

    .footer-title {
        margin: 0!important;
    }
    .footer-section{
        align-items: center!important;
    }
}