html{
    height:fit-content;
    color:rgb(0, 255, 247);
    /* https://developer.mozilla.org/fr/docs/Web/CSS/CSS_images/Using_CSS_gradients */
    background:no-repeat fixed linear-gradient(to bottom right, rgb(0, 0, 0), rgb(87, 0, 0));    
}