footer {
    width: 100%;
    height: 20vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(0, 0, 0);
}

.footerLink {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.footerLink:hover {
    color: rgb(180, 180, 180);
}