.flex-container{
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
#google_translate_element{
    
}
#header{
    background-color:rgb(201, 201, 195);

}

#translate{
    display: flex;
    padding: 1%;
    flex-direction: row;
    justify-content: space-around;
    align-content: flex-start;
}

#blanc{
    flex-shrink: 30%;
    flex-grow: 80%;
}

#translatewebsite{
    flex-grow: 10%;
    text-align: right;
    width: 10%;
}
#toggle-buttons{
    flex-grow: 10%;
}


#header2{
    display: flex;
    padding: 2%;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: center;
}

#headerfoto{
    width: 30%;
    background-color:rgb(233, 233, 233);
    top: 12%; 
    left: 9%; 
    background-color:rgb(233, 233, 233); 
    height: 315px; width: 270px;
    border-radius: 10%;
    flex-shrink: 20%;
    flex-basis: 270px;
}
#frase{
    background-color:rgb(233, 233, 233); 
    width: 50%;
    align-items: center;
    border-radius: 20px;
    height: 40%;
}

#textofrase{
    font-size: 35px;
}

#proyectos{
    display: flex;
    padding: 2%;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: center;
}

li{
    display: flex;
    flex-direction: column; 
    justify-content: space-around;
    align-items: center;
}

.carousel{
    width: 683px; height: 323px;
    
}

h3{
    text-align: left;
}

#harvard{
    text-align: center; 
}


@media screen and (max-width: 1100px){
    #header2{
        flex-flow: column wrap;
        justify-content: space-around;
        align-items: center;
    }
    #frase{
        width: 90%;
        padding: 3%;
        margin: 3%;
        box-sizig: border-box;
    }
    h1{
       font-size: smaller; 
    }
    .carousel{
        width: 90%;
        height: auto;
        max-width: 450px;
        justify-content: center;
        padding: 3%;
        margin: 3%;
        box-sizig: border-box;
    }
    img{
        max-width: 300px;
    }
    #harvard > iframe {
        max-width: 528px; 
        max-height: 460px;
        text-align: center;
        justify-content: center;
    }
}

@media screen and (max-width: 500px){

    .carousel{
        width: 90%;
        max-width: 350px;
        justify-content: center;
        padding: 3%;
        margin: 3%;
        box-sizig: border-box;
    }

    #harvard > iframe{
        max-width: 352px; 
        max-height: 307px;
        text-align: center;
        justify-content: center;
        box-sizig: border-box;
    }
    #google_translate_element{
        background-color: brown;
        display: flex;
        max-width: fit-content;
        height: auto;
    }
}


