* {
    font-family: sans-serif;
    background-color: #EEEEEE;
    color: #111111;
}

a {
    text-decoration: none;
    color: #111111
}

footer {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}

.footer-links a {
    margin: 10px;
}