.legal-container {
    background-color: #161616;
    padding: 20px;
    gap: 20px;
}

.legal-container > h1, .legal-container > h2 {
    color: #950101;
}

.legal-container > ul > li {
    color: white;
}


.footer {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    background-color: #111;
    color: #C9C9C9;
    justify-content: center;
    justify-items: center;
}

.footer-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    align-items: center;
}

.footer-links {
    padding-inline-start: 0;
}

.footer-links li {
    list-style-type: none;
    text-align: center;
}

.footer-link, .footer-link:visited {
    color: #C9C9C9;
    text-decoration: underline;
}