.footer {
    background: #111;
    color: #ddd;
    padding: 40px 20px;
    font-size: 14px;
}

.footer a {
    color: #ccc;
    text-decoration: none;
}
.footer a:hover {
    color: #fff;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
}

.footer-section {
    width: 200px;
    margin-bottom: 20px;
}

.footer-section h4 {
    margin-bottom: 10px;
    font-size: 15px;
    color: #fff;
}

.footer-copy {
    margin-top: 10px;
    font-size: 12px;
    color: #777;
}

.social-links li {
    list-style: none;
    margin-bottom: 5px;
}