html,body,#root{position:fixed;top:0;left:0;width:100%;height:100%;overflow:hidden}canvas{width:100vw;height:100vh}#dragIcon{position:absolute;top:60%;left:60%;animation:circularMotion 4s ease-in-out infinite;transition:1s}#dragIcon img{width:70px;height:auto}@keyframes circularMotion{0%{transform:rotate(0) translate(30px) rotate(0)}10%{transform:rotate(0) translate(30px) rotate(0)}to{transform:rotate(-360deg) translate(30px) rotate(360deg)}}.progress_bar{border:2px solid #fdd736;width:150px;height:20px;border-radius:1rem;padding:2px}.progress_bar_inner{height:100%;border-radius:1rem;background-color:#fdd736}
