* {
  margin: 0;
  padding: 0;
}

body {
  overflow: hidden;
}

#defaultCanvas0 {
  display: block;
  position: fixed;
  top: 6vh;
  height: 88vh !important;
}

#controls {
  margin: 20px;
  position: fixed;
  top: 10;
  left: 0;
  color: white;
  display: none;
}