body {
  overflow: hidden;
  margin: 0px;
  font-size: 1rem;
}

h1 {
  background-color: #333;
  text-align: center;
  color: aliceblue;
  padding-top: 5px;
  margin-top: 0px;
  margin-bottom: 0px;
}

#instructions {
  text-align: center;
}

#gui {
  position: relative;
  top: 20em;
  z-index: 9999;
  border: solid 1px green;
}

#stats {
  position: absolute !important;
  top: auto !important;
  bottom: 0px !important;
  left: 0px !important;
  z-index: 9999 !important;
  margin: 5px !important;
  border: solid 1px green !important;
}

#vwSrcLink {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

#explanationsLesson {
  position: absolute;
  right: 50px;
  bottom: 20px;
}

#vwSrcLink,
#explanationsLesson {
  /* position: absolute;
  right: 20px;
  bottom: 20px; */
  text-decoration: none;
  font-size: 17px;
  color: black;
  font-family: Tahoma, sans-serif;
  width: 25px;
  height: 16px;
  text-align: center;
  vertical-align: middle;
  line-height: 16px;
  border-radius: 4px;
  text-align: center;
  background: white;
  padding-bottom: 1px;
  opacity: 0.5;
}

/* #menuPanel {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
} */

#startButton {
  background-color: rgb(255, 255, 255);
  height: auto;
  width: 200px;
  margin: -25px -100px;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 32px;
}

.dg.main .close-button.close-bottom {
  background-color: green;
  border-top: solid 1px green !important;
}

/* .webglCanvas {
      margin-top: 250px;
    } */

/* LOADER */

@media screen and (max-width: 600px) {
  h1 {
    font-size: medium;
  }
  #gui {
    top: 54em;
    right: 10em;
  }
}
