@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;
}
body{
height: 100vh;
box-sizing: border-box;
background-color: #000000;
color: #F6F6F6;
}
.titulo-destaque {
color: #22D4FD; ;
}
.presentacion {
display: flex;
align-items: center;
margin: 10%;
justify-content: space-between;
}
.presentacion-contenido {
width: 615px;
}
.presentacion-contenido-titulo {
font-family: "Krona One", sans-serif;
font-weight: 700;
font-size: 36px;
line-height: 56px;
margin-bottom: 24px;
color: #F6F6F6;
}
.presentacion-contenido-texto {
font-family: "Montserrat", sans-serif;
font-weight: 400;
font-size: 24px;
line-height: 36px;
color: #F6F6F6;
}
.presentacion-enlaces {
display: flex;
justify-content: space-between;
}
.presentacion-enlaces-link {
margin-top: 40px;
width: 200px;
display: block;
background-color: #EF7722;
text-align: center;
padding: 21.5px 0px;
border-radius: 16px;
color: #fff;
font-family: "Montserrat", sans-serif;
font-size: 24px;
font-weight: 600;
text-decoration: none;
text-shadow: #000000 1px 1px 2px;
}
.presentacion-enlaces-link:hover {
background-color: #22D4FD;
transition: background-color 0.3s;
}