.dots{animation:load 5s infinite}@keyframes load{50%{transform:scale(.5)}to{transform:scale(1)}}.dots .dot{background-color:var(--text-color);width:25px;height:25px}body,html{height:100%}body{--green:#00ff59;--button-dim:#1aa34a;--discord-color:#2b2d31;--text-color:#c6d0f5;--background-color:#4c4f69;--highlight-color:255,255,255;--lyrics-color:hsla(0,0%,100%,.3);--roma-color:hsla(0,0%,100%,.35)}*{transition:all .2s linear}button{border:none;cursor:pointer}@font-face{font-family:SpotifyMix;src:url(/fonts/SpotifyMix-Regular.woff) format("woff");font-display:swap}@font-face{font-family:SpotifyMix-Medium;src:url(/fonts/SpotifyMix-Medium.woff) format("woff");font-display:swap}@font-face{font-family:SpotifyMix-Bold;src:url(/fonts/SpotifyMix-Bold.woff) format("woff");font-display:swap}@font-face{font-family:SFProText;src:url(/fonts/SFProText-Regular.otf) format("opentype");font-display:swap}.dot{display:inline-block;width:1rem;height:1rem;border-radius:50%;margin:5px;padding:0!important}.clicked{animation:pop .3s}@keyframes pop{60%{transform:scale(.9);background-color:var(--button-dim)}80%{transform:scale(1.15)}to{transform:scale(1)}}@media (pointer:coarse){*{-webkit-tap-highlight-color:transparent}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation:none!important}}