.loader{width:100%;height:100vh;display:flex;align-items:center;justify-content:center}.spin{width:40px;height:40px;border-radius:50%;border-color:#fff rgba(0,0,0,0);border-style:solid;border-width:4px;animation:secondSpinner 1s infinite;margin:0 auto}@keyframes secondSpinner{0%{transform:rotate(0)}to{transform:rotate(1turn)}}