- { padding: 0; margin: 0; }
body { background-color: black; color: white; height: 100vh; box-sizing: border-box; }
.titulo-destaque { color: #22d4fd; }
.presentacion { display: flex; align-items: center; margin: 10%; justify-content: space-between; }
.presentacion__contenido { width: 615px; }
.presentacion__contenido__titulo { font-size: 36px; font-family: "Krona One", sans-serif; }
.presentacion__contenido__texto { font-size: 24px; font-family: "Montserrat", sans-serif; }
.presentacion__enlaces { display: flex; justify-content: space-between; }
.presentacion__enlaces__link { background-color: #22d4fd; text-align:center; padding: 21.5px 0; border-radius: 16px; font-family: "Montserrat", sans-serif; font-size: 24px; font-weight: 600; text-decoration: none; color: black; }