lyrics {
    position: absolute;
    top: 8rem;
    left: 0;
    width: 85%;
    height: 11rem;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(255, 255, 255, .05);
    backdrop-filter: blur(15px);
    border-radius: 15px;
}
lyrics .now {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: max-content;
    color: rgba(255, 255, 255, .5);
    font-size: 1.5rem;
    font-weight: 900;
}
lyrics .old-notnow,
lyrics .future-notnow {
    position: absolute;
    color: rgba(255, 255, 255, .3);
    font-size: 1.3rem;
    font-weight: 100;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
}
lyrics .old-notnow {
    top: 1.5rem;
}
lyrics .future-notnow {
    bottom: 1.5rem;
}