body {
    min-height: 100vh;
    margin: 0;
    /* Fondo difuminado con 3 colores */
    background: linear-gradient(135deg, #00590d 0%, #027f1d 50%, #b0b0b0 100%);
    background-repeat: no-repeat;
    background-attachment: fixed;
}