.loading-screen{z-index:9999;color:#fff;background:#000;flex-direction:column;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.loader{border:5px solid #222;border-top-color:red;border-radius:50%;width:60px;height:60px;margin-bottom:20px;animation:1s linear infinite spin}.loading-photo{border-radius:50%;width:50px}@keyframes spin{to{transform:rotate(360deg)}}
