/* style.css */

body
{
  background-color: white;
  overflow: hidden;
}

canvas
{
  position: absolute;
  top: 0px;
  left: 0px;
}