body {
    font-family: system-ui;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 80vh;
    background-color: #0f0e0e;
    margin: auto;
    max-width: 20lh;
    padding: 1lh;
}

#playButton {
    padding: .5lh 1lh;
    font-size: 1lh;
    cursor: pointer;
    border: none;
    border-radius: .5lh;
    background-color: #F57E20;
    color: #fff;
    font-weight: 600;
    margin: 3lh 0;
}

#playButton:hover {
    background-color: #B14700;
}

.logo {
    max-width: 100%;
    cursor: default;
}

#status {
    display: none;
}

#trackInfo {
    height: 2lh;
    margin-top: 2lh;
    color: #fff;
    font-size: 1.1lh;
    text-wrap: pretty;
}
