footer {
    background: #1f2937;
    color: #ffffff;
    padding: 30px 20px;
    text-align: center;
}

footer p {
    margin: 0;
    opacity: 0.85;
    font-size: 0.9rem;
}

.footer-social a {
    font-size: 28px;
    color: #555;
    margin: 0 10px;
    transition: 0.3s;
}

.footer-social a:hover {
    color: #285da3;
}