body {
    background: #000000;
}
header .header-container, footer .footer-container {
    background: #A80D6B;
}
header .header-white {
    background: #ffffff;
    max-width: 225px;
    align-items: center;
    margin-right: auto;
    margin-left: 0;
}
.footer-container {
    min-height: 56px;
    padding-top: 16px;
}
footer a, footer a:hover {
    color: #ffffff;
    font-family: Montserrat-SemiBold, sans-serif;
    font-size: 18px;
}
@media only screen and (max-width: 576px) {
    footer a, footer a:hover {
        font-size: 15px;
    }
}