* {
    margin: 0; 
    padding: 0;
}
#footer {
    background-color: black;
    color: white;
    text-align: center;
    padding: 20px 0;
}

.footer-container {
    max-width: 1200px;
    margin: auto;
    padding: 20px;
}

.footer-logo img {
    width: 100px;
    margin-bottom: 10px;
}

.footer-links {
    margin: 15px 0;
}

.footer-links a {
    color: white;
    text-decoration: none;
    margin: 0 15px;
    font-size: 16px;
}

.footer-links a:hover {
    color: #0FB2F2;
}

.footer-socials a {
    color: white;
    font-size: 20px;
    margin: 0 10px;
    transition: color 0.3s ease;
}

.footer-socials a:hover {
    color: #0FB2F2;
}

.footer-text {
    font-size: 14px;
    margin-top: 10px;
    opacity: 0.7;
}