body {
    margin: 0;
    padding: 0;
    font-family: 'Playfair Display', serif;
    overflow: hidden;
    background-color: #272727;
}
.background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('./ab67616d0000b2730fdfa70b241f4f15ef545f31.jpg') no-repeat center center/cover;
    filter: blur(14px) brightness(0.25) contrast(1.2);
    transform: scale(1.1);
    z-index: -1;
}
.container {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    color: whitesmoke;
}
h1 {
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
    font-size: 2.5rem;
}
a{
    color: whitesmoke;
    text-decoration: none   ;
}
.lyrics {
    font-style: italic;
    font-weight: bold;
    max-width: 800px;
    line-height: 1.7;
    font-size: 1.2rem;
}
.lyrics-box {
    max-height: 90vh;       /* limits height */
    overflow-y: auto;       /* enables vertical scrolling */
    padding: 20px;
    width: 100%;
    max-width: 800px;

    background: rgba(0, 0, 0, 0.4); /* subtle overlay */
    border-radius: 10px;
}