footer {
    margin-top: 10vh;
    background: rgba(0, 80, 170, 1);
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 80%;
}

footer>ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    /* justify-content: space-between;
    margin: 0 10vh; */
}