@import url('https://fonts.googleapis.com/css2?family=Krona+One&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
body {
background-color: black;
color: aliceblue;
height: 100vh;
box-sizing: border-box;
}
strong.titulo-destacado {
color: #22DAFD;
}
.presentacion {
display: flex;
align-items: center;
margin: 10%;
justify-content: space-between;
}
.presentacion_contenido {
width: 700px;
}
.presentacion_contenido_titulo {
font-family: "Krona One", sans-serif;
font-size: 36px;
}
.presentacion_contenido_texto {
font-size: 24px;
font-family: "Montserrat", sans-serif;
}
.presentacion_contenido_botones {
display: flex;
justify-content: space-between;
}
.presentacion_contenido_botones_link {
width: 280px;
background-color: #22DAFD;
text-align:center;
padding: 21.5px;
border-radius: 16px;
font-family: "Montserrat", sans-serif;
font-weight: 600;
text-decoration: none;
color: black;
}