table {
  top: 10px;
  position: absolute;
}
#speed {
  margin-top: 20vw;
  -webkit-transform: rotate(270deg);
  top: 10px;
  left: -150px;
  position: absolute;
  border: 1px solid transparent;
}

#button {
  background-color: red; 
  width: 100px;
  height: 100px; 
  border-radius: 50px;
  top: 420px;
  left: 10px;
  position: absolute;
  border: 1px solid transparent;
}
iframe {border:0px; width: 100vw; height: 60vw;}


input[type=range] {
  -webkit-appearance: none;
  width: 40vw;
}

input[type=range]::-webkit-slider-runnable-track {
  height: 1vw;
  cursor: pointer;
  background: grey;
  border-radius: 0.5vw;
}
input[type=range]::-webkit-slider-thumb {
  height: 9vw;
  width: 9vw;
  border-radius: 4.5vw;
  background: green;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -4vw;
}



