footer {
    margin-top: 20px;
    background-color: #cc0033;
    width: 100%;
    font-size: smaller;
    color: #ffffff;

}

.footer-top {
    margin: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 0;
    width: 100%;
    bottom: 0;
}

.footer-column {
    margin: 10px;
    padding: 5px;
    max-width: 210px;
}

.footer-column h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #ffffff;
}

.footer-column ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.footer-column li{
    color: #d7c9c9;
}

.bank {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.bank img {
    width: 45px;
    height: 30px;
    border: 1px solid rgb(210, 210, 210);
    border-radius: 5px;
}

.footer-column ul li {
    font-size: 14px;
    margin-bottom: 5px;
}

.footer-column a {
    color: #d7c9c9;
}

.footer-column a:hover {
    text-decoration: underline;
}

.container-bot {
    background-color: #990000;
    margin: 0 auto; 
    display: flex; 
    justify-content: center; 
    align-items: center;
    box-sizing: border-box;
}
.footer-bottom {
    width: 100%;
    text-align: center;
    margin-top: 5px;
}

.footer-info p {
    font-size: 14px;
    margin: 5px 0;
    color: #c09d9d;
}

.footer-info {
    margin-bottom: 15px;
}
