html {
  height: 100%;
  width: 100%;
}
body{
    background: black;
    display: grid;
    place-items: center;
    height: 100vh;
    width: 100vw;
    margin: 0px;
}
canvas{
    background: white;
    width: 600px;
    height: 400px;
}