html,
body {
  margin: 0;
  overflow: hidden;
  height: 100%;
  background-color: #bdc4ff;
}

/* Scale canvas with resize attribute to full size */
canvas[resize] {
  width: 100%;
  height: 100%;
}

#safariNote {
  display: none;
  padding-left: 10px;
  font-family: sans-serif;
}
