@import url('https://fonts.googleapis.com/css2?family=Krona+One&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
* {
padding: 0;
border: 0;
}
body{
background-color: #000000;
color: #F6F6F6;
height: 100vh;
box-sizing: border-box;
}
.parrafo-destaque{
color: #22D4FD;
}
a{
color: #FFFFFF;
text-decoration: none;
padding: auto;
font-weight: bold;
transition: color 0.3s ease;
}
.presentacion{
display: flex;
align-items: center;
margin: 5%;
justify-content: space-between;
}
.presentacion-texto{
width: 615px;
height: 482px;
top: 289px;
left: 345px;
}
.presentacion-texto-titulo{
font-size: 36px;
font-family: 'Krona One', sans-serif;
margin-bottom: 1em;
font-weight: 400;
line-height: 56px;
letter-spacing: 0%;
}
.presentacion-texto-parrafo{
font-size: 24px;
font-family: 'Montserrat', sans-serif;
line-height: 36px;
letter-spacing: 0%;
font-weight: 400;
}
.presentacion-texto-enlaces{
display: flex;
justify-content: space-between;
margin-top: 2em;
}
.presentacion-texto-enlaces-link{
width: 280px;
background-color: #22D4FD;
padding: 21.5px 0;
text-align: center;
border-radius: 16px;
font-family: 'Montserrat', sans-serif;
font-size: 24px;
font-weight: 600;
text-decoration: none;
color: #000000;
}