.footer {
    margin-top: 40px;
    background: #B87B00;
    color: white;

    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 14px;

    padding: 20px 16px;

    font-family: "Caveat", sans-serif;
    font-size: 18px;
}

.footer a {
    color: white;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}