.titulo-destaque{ color: #22D4FD; }
.apresentacao{ margin: 10% 15%; display: flex; align-items: center; justify-content: space-between; } .apresentacao__conteudo{ width: 615px; display: flex; flex-direction: column; gap: 40px; }
.apresentacao__conteudo__titulo{ font-size: 36px; font-family: 'Krona One', sans-serif; }
.apresentacao__conteudo__texto{ font-size: 24px; font-family: 'Montserrat', sans-serif; }
.apresentacao__links{ display: flex; flex-direction: column; justify-content: space-between; align-items: center; gap: 32px; } .apresentacao__links__subtitulo{ font-family: 'Krona One', sans-serif; font-weight: 400; font-size: 24px; } .apresentacao__links__link{ /* background-color: #22D4FD; */ display: flex; justify-content: center; gap: 16px; border: 2px solid #22D4FD; width: 378px; text-align: center; border-radius: 8px; font-size: 24px; font-weight: 600; padding: 21.5px 0; text-decoration: none; color: #F6F6F6; font-family: 'Montserrat', sans-serif; }
.apresentacao__links__link:hover { background-color: #272727; border: 5px solid #22D4FD;
}
.destaque-nome:hover { color: #22D4FD; /* Cor de destaque para o nome / font-weight: bold; / Negrito para o nome */ }
.destaque-linguagens:hover { color: #22D4FD; font-weight: bold; }
.destaque-texto:hover { color: #22D4FD; font-size: 25px; }
.apresentacao__links__subtitulo:hover { color: #22D4FD; font-size: 28px; }
.imagem-capa { border-radius: 3%; border: 2px solid #22D4FD; }
.autoria:hover { font-weight: bold; font-size: 20px; color: #22D4FD; }