.footer {
    padding: 40px 20px;
    text-align: center;
    font-size: 0.9rem;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 20px;
    gap: 20px;
}

.footer-links div h3 {
    margin-bottom: 10px;
    color: #9d9d9d;
}

.footer-links div a {
    display: block;
    color: #000000;
    text-decoration: none;
    margin-bottom: 5px;
    font-size: 0.9rem;
}

.footer-links div a:hover {
    color: #4470c8;
}

.socials {
    margin-bottom: 10px;
}

.socials img {
    width: 35px;
    height: 35px;
    margin: 0 10px;
}

.copyright {
    font-size: 0.85rem;
}