#app{height:100vh;height:-webkit-fill-available;height:-moz-available;height:stretch}.upt-marker>div{animation-duration:1s;animation-iteration-count:infinite}.bounce>div{animation-name:bounce;animation-timing-function:linear}@keyframes bounce{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}::-webkit-scrollbar{width:8px;height:8px;background-color:transparent}::-webkit-scrollbar-thumb{border-radius:8px;background-color:rgba(45,45,45,.3)}::-webkit-scrollbar-track{border-radius:0;background-color:transparent}