.karaoke-sync-container {
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

#lyrics {
    font-size: 2.5em;
    margin-top: 20px;
    color: white;
    font-family: Arial, sans-serif;
}

.highlight {
    color: white;
    transition: color 0.09s ease, font-weight 0.09s ease;
    font-weight: inherit;
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-color: #FFBF35;
    text-decoration-thickness: 5px;
    text-decoration-style: double;
}

audio {
    margin: 20px 0;
    width: 100%;
    max-width: 600px;
}

.lyrics-block {
    margin-bottom: 10px;
}

p.lyrics-line{
    margin: 0;
    color: white;
    font-family: 'Noto Music';
    line-height: 70px;
    font-size: 1.2em;
}

