


.footer {
    background-color: rgb(15, 15, 20);
    padding: 20px 0;
    border-radius: 8px;
    z-index: 1000;
}


.footer-content {
    width: 90%;
    margin: 0 auto;
    color: rgb(255, 255, 255);
    z-index: 1000;
}

