footer {
    width: 100%;
    height: 10vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer a{
    margin-top: 10px;
    color: #FFF;
    display: block;
    text-decoration: none;

}