.footer {
    background: #111;
    color: white;
    text-align: center;
    padding: 40px 20px;
}

.footer h2 {
    margin-bottom: 20px;
}

.social-icons {
    margin-bottom: 20px;
}

.social-icons a {
    color: white;
    margin: 0 15px;
    font-size: 28px;
    transition: 0.3s;
}

.social-icons a:hover {
    color: #00d9ff;
    transform: scale(1.2);
}

.footer p {
    font-size: 14px;
    opacity: 0.7;
}