footer {
    background-color: black;
    padding: 16px;

    display: flex;
    align-items: center;
    justify-content: center;
}

footer span {
    font-size: 0.8em;
    font-weight: 200;
    color: aqua;
    cursor: pointer;
}

footer span:hover {
    color: white;
}