/* style.css */

body
{
  background-color: #ffeedd;
  overflow: hidden;
}

canvas
{
  margin: auto;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
}
