body {
    margin: 0px;
    overflow: hidden;
  }

#skybtn {
  position: absolute;
  top: 1%;
  right: 1%;
  width: 1%;
  height: 1%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 50;
}
  
.skybtn {
  padding: 1em;
  border-radius: 50%;
  border: none;
  background: #e7e7e7; color: black;
  width: 3em;
  height: 3em;
}

.btn {
  padding: 0.25em;
  border-radius: 4px;
  border: true;
  border-color: black;
  background: yellow;
  color: black;
  width: 3em;
  height: 3em;
  margin-top: 10px;
}

.active {
  padding: 0.25em;
  border-radius: 4px;
  border: true;
  border-color: black;
  background: lime;
  color: black;
  width: 3em;
  height: 3em;
  margin-top: 10px;
  }  

#bottomButtons {
  position: fixed;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 5em;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 20;
}

#button1 {
  margin-top: 0px;
  width: 5em;
}
#button2 {
  margin-left: 10px;
  margin-top: 0px;
  width: 5em;
}
#button3 {
  margin-left: 10px;
  margin-top: 0px;
  width: 5em;
}
#button4 {
  margin-left: 10px;
  margin-top: 0px;
  width: 5em;
}   
#button5 {
  margin-left: 10px;
  margin-top: 0px;
  width: 5em;
} 
#button6 {
  margin-left: 10px;
  margin-top: 0px;
  padding: 0em;
  width: 5em;
}

#rightButtons {
  position:fixed;
  top: 35%;
  right: 1px;
  width: 2.5em;
  justify-content: center;
  align-items: center;
  z-index: 20;
}
#button7 {
  margin-top: 0px;
}  
#button10 {
  padding: 0em;
}

#leftButtons {
  position:fixed;
  top: 35%;
  left: 1px;
  width: 2.5em;
  justify-content: center;
  align-items: center;
  z-index: 20;
}     
#button11 {
  margin-top: 0px;
}     
#button14 {
  padding: 0em;
}

#topButtons {
  position: fixed;
  display: flex;
  top: 1px;
  left: 0px;
  width:100%;
  height: 3em;
  justify-content: center;
  align-items: center;
  z-index: 20;
}       
#button15 {
  margin-top: 0px;
}
#button16 {
  margin-left: 10px;
  margin-top: 0px;
}
#button17 {
  margin-left: 10px;
  margin-top: 0px;
}
#button18 {
  margin-left: 10px;
  margin-top: 0px;
  padding: 0em;
}
