.loader{z-index:1000;background-color:#00000080;justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:fixed;inset:0}.rotating-logo{width:100px;height:100px;animation:2s linear infinite spin}@keyframes spin{0%{transform:rotateY(0)}to{transform:rotateY(360deg)}}
