
            /* contenido CSS aquí */
                body {
                    font-family: 'Ubuntu Light', serif;
                    height: 100%;
                    background-repeat: no-repeat;
                    background-size: cover;
 		    background: var(--rg-bg-color)
                }

            /* Otros estilos... */
            
