body{
    background-color:  #FFFFFF;
     font-family: "Inter", sans-serif;
     min-height: 100vh;
     display: flex;
     flex-direction: column;
}

html, body{
    height: 100%;
    margin:0;
    padding:0;
}

.Title1, span{
    text-align: center;
    font-family: "Playfair Display", serif

}

.entrar-D-E{
    color: white;
    width: 20px;
    height: 24px;
}

.Descricao-D-E{
    margin-left: 50px;
    font-size: 60px;
    text-align: center;
    margin-top: 5px;

}

.paragraph1{
    font-size: 20px;

}

.btn-primary, .btn-secondary{
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    color: white;
  


}

/*
.navbar{
     display: flex;
     justify-content: flex-end;
     padding: 30px 500px  60px ; /*cima direita baixo esquerda 

}

.livro-D-E{
    height:50px;
    display: flex;
    margin-right: 1200px;
}
*/

/* Layout Principal da Navbar */
.navbar {
    display: flex;
    justify-content: space-between; /* Espaça a logo para a esquerda e o botão para a direita */
    align-items: center;            /* Alinha verticalmente no centro */
    padding: 20px 80px;             /* Define margens internas equilibradas (topo/baixo | lados) */
}

/* Agrupador de Logo + Título */
.logo {
    display: flex;
    align-items: center;
    gap: 12px;                      /* Espaço sutil entre o livro e o texto */
}

/* Ajuste da Imagem do Livro */
.livro-D-E {
    height: 40px;                   /* Ajuste de altura */
    width: auto;
    margin-right: 0;                /* REMOVIDO os 1200px que quebravam o layout */
}

/* Ajuste do Título da Navbar */
.Title0 {
    font-family: "Playfair Display", serif;
    font-size: 24px;
    margin: 0;                      /* Remove margens padrão do h1 */
    white-space: nowrap;            /* Garante que o texto fique em UMA ÚNICA linha */
}

.botao-get{
    display: flex;
    align-items: center;
    width: 73px;
    gap: 7px;
    height:25px;
    
}


.botao-startNow, .botao-get{
    border-radius: 9px;
    background-color:blue;
    border: none;
    /*  height: 40px; */
    transition : transform 3s ease;
}



.botao-startNow{
    width: 130px;
    height: 40px;
}

.btn-secondary:hover{
   transform: scale(1.03); 
    

}

.btn-primary:hover{
    transform: scale(1.03);

}



.footer {
  margin-top: auto;
  text-align: center;
  padding: 20px;
  color: black;
  font-size: 11px;
  

  font-family:  "Inter", sans-serif;
}









