body {
    background-color: #101922;
    color: #f6f7f8;
    font-family: 'Inter', sans-serif;
    margin: 0;
}

.barra-navegacion {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 10%;
    border-bottom: 1px solid #30363d;
}

.enlaces a {
    color: #f6f7f8;
    text-decoration: none;
    margin: 0 15px;
    font-size: 14px;
}

.seccion-principal {
    padding: 100px 10%;
}

.titulo-grande {
    font-size: 100px; 
    font-weight: 900;
    line-height: 0.9;
    margin-top: 20px;
}

.nombre-resaltado {
    color: #137fec; 
}

.punto-verde {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #4ade80;
    border-radius: 50%;
    margin-right: 8px;
}