/*******************
Footer
*****************/

#footer {
    background-color: black;
    color: white;
    text-align: center;
    padding: 30px 10px;
}

#footer span {
    color: var(--orange);
}

#footer a {
    font-size: 13px;
    text-decoration: underline;
}
