.footer{
    background-color: var(--contrast1);
    width: 100%;
    min-height: 90px;
    font-size: 13px;

    display: flex;
    align-items: center;
    justify-content: center;
}

    .footer a{
        color: #bebfc5;
        padding: 20px;
    }