html {
	height: 101%;
}
body {
   height : 100%;
   width : 100%;
}

.main {
  height: 100vh;
  width: 100vw;
}

.canvas {
  height: auto;
  width: 100%;
}

.control {
  height: 32px;
  width: 100%;
  border: 2px;
}

#YoungGeo {
  border: 1px solid #000000;
  margin-bottom: 5px;
}

