.footer {
    background-color: #2c2c3e;
    color: white;
    padding: 40px 10%;
    display: flex;
    justify-content: center;
}
.footer-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.footer-section {
    width: 45%;
    padding: 5px 
}
.footer-section h3 {
    margin-bottom: 10px;
}
