CSS
* {
padding: 0;
margin:0;
}
body{
background-color: #696A6B;
color: #F6F6F6;
height: 100vh;
box-sizing: border-box;
}
.titulo-destaque {
color: #22D4FD; ;
}
.presentacion {
justify-content: space-between;
display: flex;
align-items: center;
margin: 5%;
}