* {box-sizing: border-box;
margin: 0;
padding:0; }

body { 
    background-color: rgb(85, 13, 13);
    font-family: oswald;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
    
}

#logoheader {display: block;
    width: 3em;
}
 
p,
h1,
h2,
h3,
h4,
h5,
h6 { font-family: arial;
    margin-bottom: 0.5em;
}


header {height: 3.9em;
    background-color: rgba(0, 255, 196, 0.58);
    display: flex;
    justify-content: space-between;
  align-items: center;
    width: auto;
   }


header ul{ display: flex;
    list-style: none;
align-content: center;
align-items: center;
 flex-wrap: wrap;}



header ul li {
    width: 3em;
    height: 2em;
    margin-right: .6em;
    display: flex;
    ;
}


header nav ul li a {	box-shadow: 5px 5px rgba(0, 0, 0, 0.26);
     width: 100%;
    height: 100%;
    background-color:rgb(85, 13, 13) ;
    color: white;
    text-decoration: none;
     font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
   font-family: sans-serif;
    font-size: .7em;}

header img {display: block;
    width: 5em;
    margin: .3em;
	box-shadow: 5px 5px rgba(0, 0, 0, 0.26);
    align-self: center;}

main { display: flex;
    align-content: flex-start;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    flex-wrap: wrap;
    }

#fotolea { display: block;
    align-self: center;
    width:10em;
    height: 10em;
    margin: 2em 1.4em 1em 2em;
    border: solid 5px #bbb;
	box-shadow: 20px 20px rgba(0, 0, 0, 0.26);
    border-color: rgba(0, 255, 196, 0.58);rgba(0, 255, 196, 0.58);
}

main div {display: flex;
    justify-content: center;
flex-direction: row}


main div h1{ color: white;
    align-self: center;
    font-family: Oswald;
    text-align: center;
    font-size: 2em;
    text-align:left;
     margin: 0em;
font-weight: 500}

p { display:flex;
    font-family: Oswald;
    flex-wrap: wrap;
    font-size: em;
    text-align: center;
    background-color: rgba(0, 255, 196, 0.58);rgba(0, 255, 196, 0.58);
    padding: .4em;
    width: 100%;
    height: 100%;
    margin: 1em
   }

section {display: flex;
    flex-direction:column;
}

section ul{
    display: flex;
flex-direction: column;}

section ul li {
    list-style: none;
    font-size: 1em;
     background-color: rgb(255, 235, 235);
    text-decoration: none;
    color: #a30000;
    width: 100;
    height: 100%;
     margin: .4em;
    box-shadow: 20px 20px rgba(0, 0, 0, 0.26);
       height: 2em;
     display: flex;
    align-items: center;
     justify-content: center;
}

section h3{display: flex;
justify-content: center;
align-content: center;
font-size: 1.3em;
font-family: oswald;
font-weight: 200
}

aside h2 {display: flex;
text-align: center;
margin-top: 2em;
font-size: 1.2em;
align-self: center;
font-weight: 200;
font-family: oswald;}

aside {display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 2em;}

aside img {width: 22em;
    align-self: center;
   
}

.integrantes h3 {margin: 0}

.integrantes ul {display: flex;
flex-direction: row;
text-decoration: none;}

.integrantes ul li  { text-decoration: none;
    padding: 1em;
}

.integrantes ul li a {text-decoration: none;
 }

footer {font-style: italic;
    display: flex;
    flex-direction: row;
    justify-content: flex-end ;
    width: 100%;
    height: 100%;
    font-size: .8em; 
}

