@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Poiret+One');
@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,500,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');

*{
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
}
body {
    background-color:white;
    font-family: 'Roboto', sans-serif;
    color:#000000;
margin: 0;
    display: flex;
    flex-direction: column;
} 
main {
    margin: 1.5rem;
    display: flex;
    flex-direction: column;
}

section#Estudiantes {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

section#Estudiantes ul li p {
    display: flex;

}

h1 {
    color:#0e04ff;
    font-family: 'Poiret One', cursive;
    text-align: center;
    padding-bottom: 1rem;
    font-size: 30px;

}

h2 {
    color:#ff9350;
    font-family: 'Ubuntu', sans-serif;
    padding: 0.5rem;
    background-color: rgba(80, 201, 255, 0.45);
    margin-bottom: 1rem;
    }

#panel {
    margin-top: 20px;
}

.panel {
    width: 300px;
    justify-content: center;
    
}
a {
    color:#5093ff;
    padding-bottom: 1rem;

}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
article p {
    font-size: 19px;
    text-align: center;
    padding: 1rem;
    
}

header {
    background-color: #002144;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

nav {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.1rem;
    
}
header nav ul li {
    margin: 0.5rem;
    display: flex;
    text-transform: uppercase;
    text-align: center;
    align-items: center;
}

header nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}
header nav ul li a {
    color: white;
    text-decoration: none;
    font-size: x-small;
    background-color: #ff9350;
    padding: 0.5rem;
}

footer ul {
    column-count: 2;
    display: block;
    align-items: center;
    margin: auto;
    padding: inherit;
    flex-shrink: 0;
     list-style: none;
}
footer p,span {
    color: #ffffff;
    font-size: small;
    font-family: 'Roboto', sans-serif;
}
img.fotouba {
    margin-top: 1em;
    margin-left: 400px;
    }
img.fotofadu {
   margin-top: 1em;
    }
header, 
footer {
    
    background-color: #38baff;
    padding: 20px;
    margin: 0px;
    margin-top: 20px;
    width: 90;
    font-size: x-small;
}

