body {
    width: 100%;
    box-sizing: border-box;
    background-image: url('Lilies2.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: white;
    margin: 0;
    padding: 0 80px;
    font-family: Arial, Helvetica, sans-serif; 
    display: flex;
    justify-content: space-between; 
    align-items: center;
    min-height: 100vh;
}

section {
    flex: 1;
    max-width: 650px;
    margin-left: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.titulo-home {
    position: relative;
    top: -40px;
}

.titulo-home h1 {
    font-family: 'Georgia', serif;
    font-size: 3rem;
    letter-spacing: 2px;
    text-transform: capitalize;
     color: #e6e6e6; 
    text-shadow: 
        0 0 15px rgba(255, 255, 255, 0.459), 
        0 0 21px rgba(255, 255, 255, 0.219);
        white-space: nowrap;
        margin-left: -80px;
        white-space: nowrap;
}
 
.titulo-home h2 {
    margin-left: 100px;
    font-weight: 300;
    color: #e2e2e2;
}

.btn a {
    display: block;
    width: 430px;
    padding: 28px 0;
    background-color: #000000;
    color: rgb(255, 255, 255);
    text-decoration: none;
    text-align: center;
    border-radius: 50px;
    margin-bottom: 15px;
    font-size: 1.0rem;
    font-weight: bold;
    transition: transform 0.2s;
    transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease, color 0.3s ease;
    border: 1px solid #333;
}

.btn a:hover {
    transform: scale(1.05);
    color: #ffffff;
    background-color: #111;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.651), inset 0 0 10px rgba(255, 255, 255, 0.2);
    filter: brightness(1.3); 
}

#img {
    margin-top: 200px;
    margin-left: -200px;
}

.btn a.voltar {
    background-color: transparent; 
    border: 1px solid #555;
    color: #929292;         ;
    margin-bottom: 800px;
}
.btn a.voltar:hover {
    border-color: white;
    color: white;
}

html, body {
    height: auto; 
    min-height: 100%;
    margin: 0;
    padding: 0 80px;
    overflow: hidden;
}

.pagina-interna {
    display: block; 
    padding: 50px 10%;
    overflow-x: hidden;
}

.conteudo-historia {
    max-width: 800px;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.8); 
    padding: 40px;
    border-radius: 20px;
    border: 1px solid #333;
}

.titulo-secao h1 {
    font-family: 'Georgia', serif;
    font-size: 2.5rem;
    color: #e6e6e6;
    text-align: center;
    margin-bottom: 10px;
}

.titulo-secao hr {
    border: 0;
    border-top: 2px solid #ffffff; 
    width: 100px;
    margin: 0 auto 30px;
}

.texto-longo p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #d1d1d1;
    margin-bottom: 20px;
    text-align: justify;
}

.texto-longo strong {
    color: #ffffff;
}

.btn a.voltar {
    margin-top: 40px;
    margin-bottom: 0; 
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 0;
}

.corpo-musicas-fixo {
    background-color: black;
    color: white;
    overflow: hidden !important; 
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -80px;
}

.conteudo-musicas-compacto {
    width: 90%;
    max-width: 600px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid white;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
}

.linha-musica {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #444;
    padding: 12px 0;
    text-align: left;
}

.detalhes h3 {
    font-size: 1rem;
    margin: 0;
    color: white;
}

.detalhes p {
    font-size: 0.8rem;
    color: #bbb;
    margin: 3px 0 0 0;
}

.btn-branco {
    border: 1px solid white;
    color: white;
    text-decoration: none;
    padding: 5px 15px;
    font-size: 0.8rem;
    border-radius: 4px;
    transition: 0.3s;
}

.btn-branco:hover {
    background: white;
    color: black;
}

.link-album-fixo {
    margin-top: 20px;
}

.link-album-fixo a {
    color: white;
    font-size: 0.9rem;
    text-decoration: underline;
}

.voltar-branco {
    display: inline-block;
    margin-top: 25px;
    color: #888;
    text-decoration: none;
    font-size: 0.9rem;
    margin-left: 85px;
}

.voltar-branco:hover {
    color: white;
}