#loader{z-index:9999;background-color:#fff;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.loading-container{justify-content:center;align-items:center;gap:10px;display:flex}.blood{border:1px solid #000;border-radius:0% 100% 100%;width:15px;height:15px;animation:1s infinite blink;transform:rotate(45deg)}.blood:first-child{animation-delay:-.2s}.blood:nth-child(2){animation-delay:.2s}.blood:nth-child(3){animation-delay:.5s}@keyframes blink{0%{background-color:#0000}50%{background-color:red}}
