.Overlay{z-index:500;position:fixed;top:0;right:0;bottom:0;left:0;height:100%;width:100%;background-color:#000000b3;display:flex;justify-content:center;align-items:center}.fa-spin{animation:spin 2s linear infinite}.fa-pulse{animation:spin 1s steps(8) infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
