@charset "utf-8";



body {
    background-color: #5c88ff;
    
}

header {
    background-color:rgb(234, 231, 255);
    padding:  0.7em;
    margin: 0em  10em 0em 10em;
    justify-content: center;
    
}



nav {
    margin-top: 2em;
    margin-bottom:0em;
    background-color: #6926ff;
    text-align:left;
    
    
}

nav ul {
    text-align: center;
    font-size: 1em;
    display:flex;
    flex-direction:row-reverse;
    width:100%;
    padding:1em;
    letter-spacing: 0.40em;
    list-style-type:none;
    display:flex;
    flex-grow: 1;
    justify-content:center;
  
}

article {
    margin-left: 10em;
}

nav ul li a {
    margin:5em;
    color:azure;
    font-family: 'Open Sans Condensed', sans-serif;
    text-decoration: none;
    
    
}

h1 {
    justify-content:center;
    font-family: 'Rubik', sans-serif;
    font-size: 2.5em;
    margin-top: 1em;
    margin-bottom: inherit;
    
  
}

p {
    font-family: "Roboto Mono", monospace;
    font-size: 0.7em;
    padding: 0em 70em 0em 0em;
    text-align-last: left;
    line-height: 2em;
    
}

h3 {
    margin-top: 2em;
   font-family: 'Rubik', sans-serif;
   margin-bottom: 1.3em; 
    
}

div {
    font-family: 'Roboto mono', monospace;
    font-size: 0.7em;
    margin: 0.5em;
}


.redes {
    background-color: coral;    
    margin-top:10em;
}
footer p {
    font-family: 'Roboto Mono',monospace;
    font-size: 0.6em;
    justify-content: flex-end;
    padding: 0em 20em 0em 20em; 
} 
