@charset "utf-8";

<style>
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,700');
</style>

html {font-size: 62,5%; }

    * {
        background-color:rgb(255, 68, 132);
            box-sizing:border-box;
        color:#171f4e;
        text-align: center
}
body {width: 100%;
    background-color: #a5afb2;
    font-family: 'Oswald', sans-serif;
}

header nav ul li a {
    text-decoration: none;
    background-color: #211e65;
    color: white;
    display: block;
    font-family: sans-serif;
    padding: .2rem;
    font-weight: normal;
    font-size: 1rem;
    text-align: center;
    list-style: none;
    font-weight: bold
}

header nav ul {
    
list-style-type:none;
    padding: 0.00em;
    display:block;
    overflow: auto;
    width: 40rem;
   text-align: center;
    margin:auto;
}

header nav ul li a:hover {
    
    color:#0c0f58;
    font-weight: normal;
    background-color: azure;
}

#logo {
text-align: center;
    margin:auto;
    padding: .5rem;
}

h2 {
    font-family: sans-serif;
    font-weight:lighter;
        color:#0e138b;
    font-size: 2em;
display:box;
    text-align: center;
}

footer {font-size: .9em;
text-align: justify;
    text-justify: inter-word;
    display: block;
    padding: 1.5em;
    margin: 0.5em;
    font-style: italic;
}

#info ul li a{
    color: #413ca8;
}
#info ul li {
    list-style: none;
text-align: center;
}

h4 {font-family: sans-serif;
font-weight: bold;
color:#d3116b;
    background-color: #1e0c5c;
    text-decoration: none;
    display:block;
    text-align: center;
}

h3 { font-style: italic;
font-family: sans-serif;
font-size:1em;
}

h2 {
    font-weight: bold;
    font: "helvetica neue";
    background-color: #132050;
    color: #dd0f6e;
    display:block;
    width:12.57rem;
    font-size: 1.7rem;
    text-align: center;
}

#info div li {
    font-family: sans-serif;
    font-size: .8rem;
    text-align: center;
}

#redes ul li a {
    
    color: #0e1167;
    text-decoration-line: none;
    font-weight: bold;
}

#redes ul li a:hover {
    color:#1a0c6a;
    background-color: white;
}
    