html {
    font-family: 'Oswald', sans-serif;
}
body{
    background: #d18686
display:flex
}

header,
footer {
    background-color:  #40b088;
    padding: .4em;
    justify-content: space-between;
    flex-wrap: wrap;
}

        #logo {
            display: block;
            width: 5em;
}

        a{ 
            color: white;
            font-size: 19px;
            list-style: none;
}


    .contenedor {
    list-style: none;
    width:auto;
    min-height:67px;
    background: #40b088;
    padding: 2px;
    margin: 12px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center
} 
    .elemento{ 
    list-style: none;
    color:white;
    margin:5px;
    width:auto;
    height: 40px;
    background: #70c8a0 ;
    text-align:center;
    float: right;

}
            nav ul {
                    list-style: none;
                    /*display: flex;*/

}
    
            nav ul li {
                        flex-grow: 1;
                float: right;
}

            nav ul li {
                        margin:0 .25em;
}

            nav ul li a {
                        background-color:#70c8a0 ;
                        border: 4px; border-right-color: #FFC757;
                        color: white;
                        text-decoration: none;
                        height: 2em;
                        display: flex;
                        align-items: center;
                        font-family: serif;
}
main {
    /*background: #d18686;*/
    background: url("../img/sprite.png");
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}

    h1, h2 {color: white
    }
    h1 {
    font-size: 40px;
}
    h2{
    font-size: 18px;
    
}
.julian{
    margin: auto;
    text-align: center;
    
}

.julian img{
    border-radius: 50%;
    width: 60vw;
    height: 60vw;
    max-width: 15em;
    max-height: 15em;
    margin: 10px;
    text-align: center;
    justify-content: center;
    margin-top: 54px;
}
main img{
    width: 75%;
    height: 75%;
    text-align: center;
    margin: auto;
    margin-bottom: 15px;
}
    
}
footer{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    
}
a{
    color: white;
    text-decoration: none;
    display: flex;
}

.redsocial {
     list-style: none;
    width:: auto;
    height: auto;
    background: #40b088;
    padding: 5px;
    margin: 10px;
    display: flex;
    flex-direction: row-reverse;
   
    
}
p {
    color: white;
    font-size: 16px;
    margin-left: 18px;
}
#title{
    margin-top: 0px;
}
#estudiantefadu{
    font-size: 30px;
    margin-top: -25px;
    margin-bottom: 17px;
}
