11 lines
122 B
CSS

body {
padding: 0;
margin: 0;
overflow: hidden;
background-color: black;
}
canvas {
background-color: black;
}