#footer {
    display: flex;
    max-width: 1600px;
    margin: 0 auto;
    justify-content: center;
    position: relative;
    min-height: 230px;
}

#content-footer {
    padding: 50px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 50px;
}

#footer .footer-title {
    font-size: 4.5rem;
    font-weight: 500;
}

#footer .red {
    color: #C43400;
    font-weight: bolder;
}

#footer_button a {
    text-decoration: none;
    color: #FFF3E5;
}

#footer_button {
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #476031;
    border-radius: 9px;
    color: #FFF3E5;
    padding: 10px 14px;
    font-weight: 600;
    font-size: 1.5em;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.6);
    max-width: 250px;
    cursor: pointer;
    transition: background-color .3s ease;
}