body {
    height: 100dvh;
    min-width: 100dvw;
    background-image: url(../../assets/space-background.svg);
    background-size: cover;
    background-position: center;

    font-family: var(--primary-font);
    color: var(--text-color);
}

footer, .footer-container, .footer-button {
    display: flex;
    align-items: center;
}

footer {
    height: 12.5%;
    padding: 0px 30px;

    justify-content: space-between;
}

.footer-container{
    height: 100%;
    gap: 30px;
}

.footer-button {
    height: 40px;
    padding: 0px 5px;
    
    gap: 10px;
    cursor: pointer;
}

.footer-button:hover {background-color: rgba(255, 255, 255, 0.05);}

.lf-button {border-bottom: 2px solid white;}

.rf-button > .footer-icon {
    height: 40px;
    width: 40px;
}

.footer-icon {
    height: 20px;
    width: 20px;
}

.footer-text {
    font-size: 20px;
    font-weight: normal;
    pointer-events: none;
}