.loader{display:flex;justify-content:center;align-items:center;height:100vh;position:fixed;top:0;left:0;right:0;bottom:0;background-color:hsla(0,43%,99%,.7)}.spinner{width:100px;height:100px;animation:rotateCycle 4s ease-in-out infinite}@keyframes rotateCycle{50%{transform:rotate(520deg)}25%{transform:rotate(180deg)}0%{transform:rotate(2turn)}}