.main-footer {
    width: 100%;
    background: #0B5CFF;
    padding: 15px 0;
    text-align: center;
    color: white;
    font-family: Segoe UI, Arial;
    margin-top: 40px;
}

.footer-links {
    margin-bottom: 8px;
}

.footer-links a {
    color: white;
    text-decoration: none;
    margin: 0 12px;
    font-size: 15px;
}

.footer-links a:hover {
    text-decoration: underline;
}

.footer-copy {
    font-size: 14px;
    opacity: 0.85;
}
