
main {
    
    /* Ruta de tu imagen */
    background-image: url('/img/Imagen\ background\ team\ rocket.png') !important;

    /* Centra la imagen */
    background-position: center !important;

    /* Evita que la imagen se repita como mosaico */
    background-repeat: no-repeat !important;

    /* Asegura que la imagen cubra todo el fondo sin deformarse */
    background-size: cover !important;

    /* Opcional: mantiene la imagen fija al hacer scroll */
    background-attachment: fixed    !important;
    

}
.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}