@keyframes fondo {
    from {background-position: 0%;}
    to {
        background-position: +100%;

    }
 }

*{
    margin: 0;
}

.estilo-icon{
    width: 20%;
    height: auto;
    margin-left: 50px;
    margin-top: 20px;
}

.container{
    width: 700px;
    height: max-content;
    background-color:rgba(186, 218, 247, 0.316);
    margin: auto;
    position: relative;
    border-radius: 20px 20px 20px 20px;
}

.container{
    margin-bottom: 40px;
}

h1, h3{
    font-style: italic;
    color: goldenrod;
    font-size: 40px;;
    text-shadow: 2px 1px 2px #858362;
}

h6{
    text-align: right;
    margin-right: 20px;
}

header, nav, aside, section, footer{
    width: 95%;
    height: max-content;
    background-color: rgba(240, 248, 255, 0.798);
    margin-top: 10px;
    margin-left: 2.5%;
    position: relative;
}

header{
    margin-top: 20px;
    border-radius: 20px 20px 0px 0px;
}

h1{
   margin-left: 10px;
}

h3{
    margin-top: 20px;
}

.former{
    margin-left: 404px;
    width: 35%;
}

form{
    margin-top: 10px;
}

article{
    width: 90%;
    margin-bottom: 20px;
    margin-left: 10px;
}

p{
    margin-top: 10px;
}

.estilo-university{
    width: 90%;
    height: auto;
    margin-left: 20px;
}

aside{
    background-color: rgba(240, 248, 255, 0.798);
    width: 33%;
    margin-left: 64%;
    height: 680px;
    position: relative;
}

.formulario{
    margin-left: 10px;
}

.divisoria{
    margin-top: 20px;
    margin-bottom: 10px;
}

section{
    width: 59.5%;
    background-color: rgba(240, 248, 255, 0.798);
    height: 680px;
    float: left;
    margin-top: 10px;
    margin-left: 20px;

}

body{
    background-image:url("Images/piltover-zindelos-incognium-runeterra.jpeg");
    background-size: 110%;
    background-attachment: fixed;
    animation-name: fondo;
    animation-duration: 50s;
}

.titulo-escudo{
    text-align: center;
}

.estilo-escudo{
    width: 100%;
    height: auto;
}

footer{
    height: 20px;
    width: 665px;
    margin-bottom: 20px;
    border-radius: 0px 0px 20px 20px;
    text-align: center;
}

.estilo-fish{
    height: auto;
    width: 55%;
    margin-left: 50px;
}

.text-footer{
    font-family: 'Times New Roman', Times, serif;
}
