footer {
    background-color: #37a9bc;
    color: white;
    padding: 50px 20px;
    text-align: center;
}

.footer-container {
    display: flex;
    justify-content: space-around;
    margin-bottom: 30px;
}

.footer-section {
    max-width: 250px;
}

.footer-section h3,
.footer-section h4 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.footer-section p {
    font-size: 1rem;
    line-height: 1.6;
}

.footer-section a {
    color: #fff;
    text-decoration: none;
    margin-right: 10px;
}

.footer-bottom {
    font-size: 1rem;
    padding: 20px;

}