html, body {
    background-image: url("/static/images/background.png");
    background-repeat: no-repeat;
    background-attachment: fixed; 
    background-size: 100vw 100vh;
    margin: 0;
    padding: 0;
    /* height: 100vh; */
    overflow: hidden; 
    height: 100%;
}