#container {
  position: relative;
  width: 600px;
  height: 600px;
  margin: auto;
  overflow: hidden;
}

#can1 {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  touch-action: none;
}
#mygui {
  position: relative;
  width: 280px;
  height: 300px;
  display: block;
}

.rightfloat {
  float: right;
  margin: 10px
}

#label {
  position: absolute;
  width: 600px;
  height: 600px;
  left:220px;
  top: 570px;
  color: black;
  cursor: pointer;
  font-size: large;
  -webkit-user-select: none;
  /* Safari 3.1+ */
  -moz-user-select: none;
  /* Firefox 2+ */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Standard syntax 
    user-select: none;}*/
}