html {
    height: 100%;
    background: black;
}


body {
    height: 100%;
    background-attachment: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
}