#sun-widget {
  position: absolute;
  width: 100%;
  text-align: center;
  margin-top: 3vh;
}

.sun-path-layer {
  position: absolute;
  top: 0px;
  z-index: -1;
  pointer-events: none;
}


#sun {
  filter: drop-shadow(0 0 15px rgba(255, 180, 0, 0.8));
}