.bkg-container {
  position: absolute;
  pointer-events: none;
  top: 0;
  width: 100%;
  bottom: 0;
}

.bkg-container > svg > svg:hover {
  opacity: 0.1;
}

#nightshade {
  opacity: 1;
  mix-blend-mode: overlay;
  
}

.nightlight {
    position: absolute;
    background-color: rgba(221, 193, 37, 0.322);
    bottom: 90px;
    left: calc(50% - 100px);
    border-radius: 100%;
    width: 200px;
    height: 200px;
    box-shadow: inset 0 0 25px 0px rgba(56, 7, 66, 1);
}

.nightlight-outer {
  position: absolute;
  left: calc(50% - 100px);
  bottom: 90px;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  box-shadow:  0 0 0 9999px rgba(56, 7, 66, 0.75);
}
