footer {
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    height: 10vh;
    z-index: 1;
    position: relative;
}

footer a {
    color:rgb(255, 255, 255);
    font-size: large;
    text-decoration: none;
}