body {

  margin: 0;

  padding: 0;

  overflow: hidden;

  width: 100%;

  height: 100%;

}

#canvas-container {

  position: fixed;

  width: 100%;

  height: 100vh;

  top: 0;

  left: 0;

}

#info {

  position: absolute;

  top: 10px;

  width: 100%;

  text-align: center;

  color: white;

  z-index: 100;

  text-shadow: 1px 1px 1px black;

}
