*{box-sizing:border-box}html,body,#root{height:100%;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}body{background:0 0}.centered-container{justify-content:center;align-items:center;width:100%;height:100vh;display:flex}.playlist-button{color:#fff;text-transform:uppercase;letter-spacing:1.5px;cursor:pointer;background:#1db954;border:0;border-radius:28px;justify-content:center;align-items:center;min-width:220px;height:56px;padding:0 24px;font-size:14px;font-weight:700;text-decoration:none;transition:background-color .12s,transform .12s;display:inline-flex}.playlist-button:hover{background:#1ed760}.playlist-button:active{transform:translateY(1px)}.playlist-button:disabled{opacity:.7;cursor:default}.error-text{color:#c0392b;text-align:center;margin-top:12px;font-size:14px}.loader{gap:6px;display:inline-flex}.loader span{background:#fff;border-radius:50%;width:8px;height:8px;animation:1s ease-in-out infinite both loader-bounce}.loader span:nth-child(2){animation-delay:.15s}.loader span:nth-child(3){animation-delay:.3s}.loader span:nth-child(4){animation-delay:.45s}@keyframes loader-bounce{0%,80%,to{opacity:.5;transform:scale(.4)}40%{opacity:1;transform:scale(1)}}
