

html,
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

#render-canvas {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 0;
}

#fps-label {
  font-family: "odibee_sansregular";
  position: absolute;
  right: 20px;
  top: 20px;
  color: #999;
  cursor: default;
}

