.mice{display:flex;justify-content:space-between;animation:mice 1s linear infinite;gap:3px;width:-moz-fit-content;width:fit-content;flex-direction:row}.mice--1,.mice--2{border-radius:50%;display:block;background:linear-gradient(45deg, black 0%, black 10%, white 100%)}.sm{width:7px;height:9px}.md{width:14px;height:18px}.lg{width:16px;height:24px}.vw{width:8px;height:10px;right:10%}@keyframes mice{25%{transform:rotate(90deg)}50%{transform:rotate(180deg)}75%{transform:rotate(270deg)}100%{transform:rotate(360deg)}}
