body {
    font-family: sans-serif;
    background: #111;
    color: #f4f4f4;
    text-align: center;
    margin: 0;
    padding: 0;
}

header {
    margin: 40px 0 20px;
    margin-bottom: 40px;
    margin-top: 100px;
}

header .cover {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.6);
}

h1 {
    margin: 16px 0 6px;
    font-size: 36px;
    font-family: "amifer", sans-serif;
    font-weight: 900;
    font-style: normal;
}

h2 {
    margin: 0;
    color: #ccc;
    font-size: 20px;
    font-family: "amifer", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.lyrics {
    max-width: 400px;
    margin: 0 auto;
    text-align: left;
    line-height: 1.6;
    /* border: red 1px solid; */
    padding-bottom: 100px;
    /* background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(2px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 2rem;
    box-shadow: 
    0 8px 32px rgba(31, 38, 135, 0.2),
    inset 0 4px 20px rgba(255, 255, 255, 0.3); */

}

.lyrics p {
    margin: 6px 0;
    line-height: 1.5;
    font-family: "amifer", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
}

iframe {
width: 450px;
margin-bottom: 20px;
}

.blurimg {
    position: fixed;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 700px;
    height: 700px;
    object-fit: cover;
    filter: blur(40px);
    opacity: 0.6;
    z-index: 0;
}


header, article, iframe {
    position: relative;
    z-index: 1;
}
