.preloader{height:100vh;width:100vw;display:flex;align-items:center;justify-content:center;background-color:#fff}.loader{height:40px;width:40px;border-radius:50%;background-color:#f7562c;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%{box-shadow:0 0 0 0 #c44322}to{box-shadow:0 0 0 14px #69ffa800}}