CSS
@import url('https://fonts.googleapis.com/css2?family=Krona+One&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
- { padding: 0%; margin: 0%; }
.texto-destacado{
color: darkcyan;
}
.tituloblog {
color: darkred;
text-emphasis-color: white;
}
.texto-llamativo {
color: red;
font-size: 1000%;
}
body{ background-color: #000000; color: #F6F6F6; }
strong{
color: #22D4FD;
}
.Presentacion { display: flex; align-items: center; margin: 10%; 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; }
.presentacion_enlaces { display: flex; justify-content: space-between; flex-direction: column; justify-content: center; align-items: center; gap: 32px;
}
.Presentacion_enlaces_subtitulos{ font-family: "Krona One", sans-serif; font-size: 24px; font-weight: 400; background-color: rgba(2, 2, 14, 0.267);
}
.presentacion_enlaces_link { width: 378px; text-align: center; padding: 21.5px 0; border-radius: 8px; font-size: 24px; font-family: "Montserrat", sans-serif; font-weight: 600; text-decoration: none; color: #F6F6F6; border: 2px solid #22D4FD;; }