/* Footer-Stile */
.footer {
    margin-top: 30px;
    padding: 15px;
    border-top: 1px solid #ddd;
    text-align: center;
}

.footer-links {
    margin-bottom: 10px;
}

.footer-links a {
    color: #21526b;
    text-decoration: none;
    padding: 0 5px;
}

.footer-links a:hover {
    text-decoration: underline;
}

.copyright {
    font-size: 12px;
    color: #666;
} 