main {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem;
}

.container {
    text-align: center;
    margin-bottom: 2rem;
}

#titleBiography {
    font-size: 2rem;
}

.colorSpan {
    color: #09f;
}

.bio-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2rem;
    width: 100%;
    max-width: 1200px;
}


.bio-text {
    max-width: 900px;
    flex: 2;
    margin-right: 2rem;
}

.textBiografhy {
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
    line-height: 1.6;
    font-family: Arial, Helvetica, sans-serif;
}

h2 {
    font-size: 1.5rem;
    margin-top: 1.5rem;
    color: #333;
}


.taylorEras {
    margin-top: 3rem;
    width: 100%;
    max-width: 600px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px) {
    .bio-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .curiosity {
        max-width: 100%;
        text-align: center;
        margin-top: 2rem;
    }
}

#primeros {
    border-bottom: 3px solid blue;
}

#ascenso {
    border-bottom: 3px solid red;
}

#evolucion {
    border-bottom: 3px solid #ffd700;
}

#reputacion {
    border-bottom: 3px solid #bebdbd;
}

#ultimos {
    border-bottom: 3px solid #006000;
}

#vida {
    border-bottom: 3px solid rgb(219, 27, 249);
}

#impacto {
    border-bottom: 3px solid rgb(222, 120, 3);
}

.curiosity {
    flex: 1;
    max-width: 400px;
    padding: 1rem;
    margin: 7rem auto;
    margin-left: 10%;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}


.curiosity h2 {
    cursor: pointer;
    color: #007bff;
    font-size: 1.4rem;
}


.curiosity-text {
    display: none;
    margin-top: 10px;
}


.curiosity-text p {
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
}


.curiosity.show .curiosity-text {
    display: block;
}

video {
    margin-top: 40px;
    width: 270px;
    
}

.TayAntes {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 10%;
}

two-up {
    width: 100%;
    max-width: 400px;
    height: auto;
    overflow: hidden;
}
two-up img {
    width: 100%; 
    height: 600px;
    display: block;
    object-fit: cover;
}

h3 {
    text-align: center;
}





