.flashing-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(22,109,104,.7);z-index:9999;animation:flash 1s infinite}.flashing-content,.flashing-overlay{display:flex;justify-content:center;align-items:center}.flashing-content{background-color:#166d68;padding:4rem;border-radius:1rem;text-align:center;width:80%;height:80%;flex-direction:column}@keyframes flash{0%,to{background-color:rgba(22,109,104,.7)}50%{background-color:rgba(22,109,104,.4)}}