body {
  background-image: url("../images/qibla.png");
  background-repeat: no-repeat;
  background-size: 300px 300px;
  background-position: center center;
  background-attachment: fixed;
  font-family: sans-serif;
  margin: 0;
  padding: 0;
  text-align: center;
  color: white;
}

#qiblaWrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 300px;
  height: 300px;
}

#qiblaArrow {
  position: absolute;
  left: 48%;
  top: 18%;
  width: 10px;
  height: 100px;
  background: rgb(0, 120, 240);
  border: 2px solid rgb(0, 174, 255);
  transform-origin: bottom center;
  transform: rotate(0deg);
  z-index: 999;
  border-radius: 50% 50% 10% 10%;
  box-shadow: 0 0 8px rgba(0,0,0,0.4);
}