html,
body {
    padding: 0;
    margin: 0;
    background-color: black;
    width: 100vw; 
    height: 100vh;
}