#footer{
    background-color: rgb(43, 43, 43);
}

#footer .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.footer-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
}

.footer-left p {
    text-align: center;
}

.footer-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.footer-right h5{
    display: none;
}

.footer-right ul{
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-top: 3rem;
}