body {
  margin: 0;
  padding: 0;
}
.pano-image {
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
#loadingBar {
  z-index: 1;
  background-color: white;
  border-radius: 4px;
  border: none;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 90%;
  outline: none;
  font-family: initial;
  padding: 1.5%;
}
#myBar {
  height: 24px;
  background-color: deepskyblue;
}
#loadingText{
  text-align: center;
  font-size: 100%;
  font-family: Google Sans, Noto, Roboto, Helvetica Neue, sans-serif;
}
#infoText{
  z-index: 1;
  background-color: white;
  border-radius: 4px;
  border: none;
  position: fixed;
  top: 10%;
  width: 45%;
  outline: none;
  font-family: initial;
  padding: 1%;
  display: none;
}
#info{
  text-align: center;
  font-size: 80%;
  font-family: Google Sans, Noto, Roboto, Helvetica Neue, sans-serif;
  padding-bottom: 0;
  margin-bottom: 0;
}
