.footer {
    background: #DDD;
    text-align: center;
    padding: 20px;
    margin-top: auto;
    font-family: Arial, sans-serif;
}

.footerContentWrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 1200px;
    margin: 0 auto;
}

.footerCol {
    flex: 1 1 25%;
    min-width: 200px;
    padding: 10px;
}

.footerCol a {
    display: block;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.75);
    margin: 10px 0;
    font-size: 14px;
}

.footerCol h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.footerBottom {
    margin-top: 20px;
}
