body {
background-color: #000600;
color: #f6f6f6;
height: 100vh;
box-sizing: border-box;
}
.starting-point{
display: flex;
align-items: center;
margin: 5.5%;
justify-content: space-between;
}
.title-highlight{
color: #e49042;
}
.starting-point__title-blog{
font-family: "Josefin Sans", sans-serif;
font-size: 45px;
}
.starting-point__texto-destacado{
font-family: "Montserrat", sans-serif;
font-size: 24px;
}