#aboutImg,
#aboutImg2{
    position: relative;
    left: 80px;
}

#aboutImg{
    width: 320px;
    height: 400px;
}

#aboutImg2{
    width: 1200px;
    height: 400px;
}

.contenido-centrado {
    position: relative;
    text-align: center;
}

.imagen-centrada {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px; /* Ajusta el ancho de la imagen según tus necesidades */
    opacity: 0.3; /* Valor de transparencia para la imagen */
}