- { padding: 0; margin:0; }
body{ height: 100vh; box-sizing: border-box; background-color: #000000; color: #F6F6F6; }
.titulo-destaque { color: #22D4FD; ; }
.presentacion { display: flex; align-items: center; margin: 10% 15%; justify-content: space-between; } .presentacion__contenido { width: 615px; display: flex; flex-direction: column; gap: 40px;
} .presentacion__contenido__titulo{ font-size: 36px; font-family: "Krona One", sans-serif; } .presentacion__contenido__texto{ font-size: 24px; font-family: "Montserrat", sans-serif; } .prensentacion__enlace__subtitulo{ font-family: 'krona One', sans serif; font-size: 24px; font-weight: 400px; } .presentacion__enlace{ display: flex; justify-content: space-between; flex-direction: column; align-items: center; gap: 32px; } .presentaion__enlace_links{ width: 378px; text-align: center; padding: 21.5px 0 ; border-radius: 8px; font-family: "Montserrat", sans-serif; font-size: 24px; font-weight: 600px; text-decoration:none; color: #F6F6F6; border:2px solid #22D4FD; display: flex; justify-content: center; gap: 10px; } .presentaion__enlace_links:hover{ background-color: #272722; }