.navbar-lila {
    background-color: #c8a2c8 !important;
}

h1 {
    text-align: center;
    margin: 20px;
    font-family: 'Times New Roman', Times, serif;
}

#yo {
    display: block;
    margin: 20px auto;
    border-radius: 100%;
    border: 10px solid #c8a2c8;
}

.frase {
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    margin: 20px;
}

.imagen {
    margin: 20px;
    width: 300px;
    height: 200px;
    border: 10px solid #c8a2c8;
}

.contenedor-imagenes {
    text-align: center;
}


.parrafos-largos p {
    text-align: justify;
    font-family: 'Times New Roman', Times, serif;
    margin-bottom: 20px;
}

.contenido-video{
   display: flex;
   flex-direction: row;
   justify-content: center;
}