html,
body {
  margin: 0;
}

body {
   background-color: #000;
   width: 100vh;

}   

#canvas {
   display: block;
}
