
@import url(Optimizacion.css);


.welcome { 
    margin-left: auto;
    margin-right: auto;
    width: 30%;
    display: flex;
    justify-content: center;
}

.texto{
    background-color: rgb(0, 1, 59);
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}
.texto p{
    display: flex;
    justify-content: left;
}

.texto2{
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    display: flex;
    justify-content: right;
}
.texto2 img{
    width: 4vw;
    height: 4vw;
}

.texto3 p{
    display: flex;
    justify-content: center;
}
.texto3 img{ 
    margin-left: auto;
    margin-right: auto;
    width: 30%;
    display: flex;
    justify-content: center;
}

.jojos{
    width: 20vw;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: left;
}


