@import url('./constants.css');

#footer {
    background-color: var(--header-bg-color);
    margin-top: 70px;
    padding-top: 30px;
    padding-bottom: 30px;
}

#footer #footer-content {
    text-align: right;
}

#footer a {
    color: black;
}