@import url('https://fonts.googleapis.com/css2?family=Delicious+Handrawn&display=swap');
header{
    background-color: #8CECC8;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 10px;
}
header ul{
    list-style: none;
    display: flex;
    flex-direction: row;
}
header ul li{
    margin: 5px;
}
img{
    width: 150px;
}
h1{
    font-size: 34px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
div p{ 
    font-size: 26px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;  
    color: rgb(87, 84, 84);
}
.contenedor{
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 20px;
    padding: 20px;
    background-color: rgb(240, 237, 237);
}
.caja{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
}
.caja_img{
    border-radius: 100%;
}
.caja p{
    font-size: 20px;
    background-color: rgb(240, 237, 237);
}
.contenedor-sup{
    margin: 20px;
    padding: 0 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#iframes{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
iframe{
    width: 560px;
    height: 315px;
}
footer{
    font-size: 15px;
    padding: 10px;
}
#presentacion{
    font-family: "Delicious Handrawn", cursive !important; 
}
a{
    text-decoration: none !important;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
button{
    width: 50px;
}
.caja-inf {
    padding: 5%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}
div div div p{
    font-size: medium;
}