footer {
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;

    background-color: #4a3428;
    color: white;
    text-align: center;

    padding: 18px 0 20px;
}

footer p {
    margin: 0;
}

.footer-legal {
    margin-top: 10px;
    font-size: 14px;
}

.footer-legal a {
    color: white;
    text-decoration: none;
}

.footer-legal a:hover {
    text-decoration: underline;
}

.footer-legal span {
    margin: 0 10px;
    opacity: 0.7;
}