/* styles.css - Aplica tus colores, gradientes, etc. */
body {
    background: #f0f2f5;
}
.navbar {
    background: linear-gradient(to right, #003366, #0066cc);
}