:root {
    --primary: #124B7E;
    --primary-dark: #0d3a63;
    --hover: #C8E3F5;
    --text-light: #ffffff;

}

footer {
    background: linear-gradient(90deg, var(--primary), var(--primary-dark));
    color: var(--text-light);
}

.footer a {
    color: #cfe2ff;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.footer small,
.footer .text-muted {
    color: #cbd5e1 !important;
}