/* Force Dark Blue Background - Override any white backgrounds */
html {
    background: #0f172a !important;
    background-color: #0f172a !important;
}

body {
    background: #0f172a !important;
    background-color: #0f172a !important;
}

/* Ensure all sections have dark background */
section {
    background: transparent !important;
}

/* Override any white backgrounds */
.bg-white {
    background: rgba(15, 23, 42, 0.5) !important;
}

