@import"https://fonts.googleapis.com/css2?family=Gabarito:wght@400;500;600&display=swap";:root{font-family:Gabarito,sans-serif;overflow:hidden}h1,h2,h3,h4,h5,h6{margin:0}.centred-vertical-container{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;background-color:#ffffff20;gap:15px}#progress-bar{width:30vw;height:10px;max-width:600px;border:1px solid black;display:flex;justify-content:flex-start;border-radius:1000px;overflow:hidden}#progress-bar-fill{height:100%;background-color:#00000050;width:0;transition:width .1s linear,background-color .2s ease-in-out}#progress-bar-fill.paused{background-color:#000}#item-album-art{z-index:-10;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:min(70vw,50vh);filter:blur(min(6vw,4vh))}#controls-bar{display:flex;justify-content:space-between;align-items:center;width:30vw;max-width:600px;gap:15px}.button{width:50px;height:50px;border-radius:1000px;background-color:#fff;border:1px solid black;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:background-color .2s ease-in-out}
