@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');
header{ 
background-color: rgb(99, 18, 24);
width: 100%;
display: flex;
flex-direction: row;
justify-content:space-between;

}
header ul{
    list-style: none;
    display: flex;
    flex-direction: row;
    
}
header ul li{
    margin: 20px;
    font-size: 24px;
}


h1{ 
    font-size: 35px;
    color: rgb(189, 56, 122);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: center;
    
}
p{ 
    font-size: 25px;
    color: rgb(46, 17, 128);
}
.junior img{
    width: 85%;
    text-align: center ;
    
    display: flexbox;
    
}
 .contenedor{
    display: flex;
    flex-direction:row;
    width: 100%;
    background-color: rgb(204, 240, 0);
    margin: 10px 0 10px 0;
 }
.caja{
    display: flex;
    flex-direction: column; 
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
}
.row{
     align-items: center;
     background-origin: padding-box;
     background-color: coral;
     border-radius: 10%;
}

.caja p{
    font-size: 20px;
}
.presentacion{
    padding: 10px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    text-align: center;
    background-color: rgb(128, 5, 5);
    font-size: 24px;
    
}
#NOSOTROS{
width: 100;
display: flex;
flex-direction: row;
align-items: center;
}
#NOSOTROS iframe{
    padding: 10px;
    margin: 10PX;
}
