html {
    height: 100%;
    width: 100%;
}

body {
    /* leave it to hide the scrollbars */
    overflow: hidden;
    background-color: #000000;
    margin: 0;
}
