html {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  font-family: Verdana;
  font-size: 10pt;
  overflow: hidden;
}

#heading {
  display:flex;
  align-items:center;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  position: absolute;
  top: 0;
  width: 100%;
  margin: 0;
  background-color: #c6c6c6;
}

#heading h1 {
  color: white;
  margin: 0;
  /*background-color: #64a36d;*/
  font-size: 16px;
}

#heading > div {
  display: flex;
  font-size: 16px;
  /*color: #4488ff;*/
}

#controls_right {
  position: absolute;
  bottom: 5px;
  padding: 5px;
  left: 5px;
  width: 250px;
  background: rgba(230,233,255,0.8);
}

#controls_right > img {
  width: 250px;
}
