@font-face {
    font-family: Minecraft;
    src: url(../fonts/Minecraft.ttf);
    font-weight: normal;
    font-style: normal;
}


   footer {
        margin-top: 50px;
        position: relative;
        z-index: 10;
        color: white;
        text-align: center;
        font-family: 'Minecraft', monospace !important;
    }

    footer a {
        color: var(--primary);
        text-decoration: none;
        font-weight: 500;
        text-decoration: underline;
    }

    footer a:hover {
        color: yellow;
    }

    footer p {
        margin: 0;
        font-size: 18px;
        opacity: 0.9;
        font-family: 'Minecraft', monospace !important;
    }

    .legal-advise-button {
        background-color: var(--primary);
        color: white;
    }