@font-face {
  font-family: GothamMedium;
  src: url("../fonts/GothamMedium.ttf");
}
@font-face {
  font-family: CourierRegular;
  src: url("../fonts/CourierRegular.ttf");
}

.container360 {
  position: absolute;
  width: auto;
  height: 15%;
  left: 45%;
  bottom: 1%;
  background-color: transparent;
  z-index: 10;
}
.image360 {
  width: auto;
  height: 100%;
  top: 0%;
  left: 0%;
}
