footer {
    display: flex;
    justify-content: center;
    background-color: #461400;
    padding: 2em 0;
    color: white;
    line-height: 150%;
}

footer .container {
    display: flex;
    justify-content: space-around;
}

footer .container a {
    color: white;
    text-decoration: none;
}

footer .container a:hover {
    text-decoration: underline;
}

footer h3 {
    font-size: 1.5em;
    margin: 0.5em 0;
}

footer .clenove td {
    text-align: left;
}

footer .clenove th {
    text-align: left;
    font-weight: bold;
    padding-right: 1em;
}