.about-me{
    width: 100%;
    background: #0F172A;
    display: flex;
    justify-content: center;
    align-items: center;

}

.viewport-about-me{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1440px;
    padding: 80px 20px;
    text-align: center;
    gap: 30px;
}

.viewport-about-me h2{
    font-size: 2.7rem;
    font-weight: 800;
}

.viewport-about-me h2 span{
    color: var(--color-activo);
}

.biografia{
    display: flex;
    flex-direction: column;
    text-align:center;
    align-items: center;
    justify-content: center;
    gap: 25px;
}

.biografia p{
    max-width: 75ch;
    font-weight: 500;
    font-size: 1.2rem;
}