#luis-alers-biography img {
    border: 5px solid #CC0000;
    color: white;
    /* color del borde */
    border-radius: 12px;
    /* esquinas redondeadas */
    padding: 4px;
    /* espacio entre borde e imagen */
    background: white;
    /* fondo detrás de la imagen */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    /* sombra suave */
    max-height: 700px;
}

#biography-text {
    width: 100%;
    border-radius: 25px;

}


@media (max-width: 576px) {
    #biography-text {
        max-height: 500px;
        overflow-y: auto;

    }
}