footer {
    background-color: #161616;
    padding: 20px 0;
}

footer .container {
    max-width: 1500px; 
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 0 20px;
}

footer p, footer a {
    font-size: 0.875rem;
    color: rgb(255, 255, 255);
    margin: 0;
    text-decoration: none;
}

footer a {
    text-decoration: underline;
}