
footer {
    background-color: #ff9500;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-grow: 0;
    flex-shrink: 0;
    color: black !important;
}

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

.footer_content {
    color: black !important;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 24px;
    padding-bottom: 24px;
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 1440px;
    margin: 0 auto;
}

.footer_txt {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 20px;
    font-weight: 400;
}
