html,
body,
#cesiumContainer {
  top: 0px;
  left: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  z-index: -1;
}
#cameraPositionDiv {
  position: absolute;
  z-index: 99999;
  top: 10px;
  left: 10px;
}
#cameraPosition {
  height: 35px;
  border-radius: 5px;
  background: white;
  border: 1px solid #444;
  color: black;
  padding-left: 5px;
  padding-right: 5px;
}

/*

#cameraPosition:hover{
  background: #42809a;
  border: 1px solid #42809a;
  color: white;
}

*/
#homeButton {
  position: absolute;
  z-index: 99999;
  top: 50%;
  right: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid  #2699fb;
}
.defaultIcon {
  color: #2699fb;
}