/* cor azul #163e64
cor laranja #ff7300
cor cinza #dcdcdc
preto: #000000
vermeLho ROTRON #9b111e*/

@import url('https://fonts.googleapis.com/css2?family=Slabo+13px&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Aleo:ital,wght@0,100..900;1,100..900&display=swap');

body {
    padding-top: 1em;
    background-color: #163e64;
    color: #dcdcdc;
    margin: 0;
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

h1 {
    font-family: "Aleo", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

h2 {
    font-family: "Slabo 13px", serif;
    font-weight: 400;
    font-style: normal;
}

#container {
    width: 80%;
    margin: 0 auto;
}

nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu {
    display: flex;
    justify-content: center;
}

.menu a{
    text-decoration: none;
    color: #163e64;
    font-weight: 800;
    padding: 1em;
}

.menu li {
    padding: 0.5em;
    margin-left: 1em;
    background-color: #ff7300;
    text-transform: uppercase;
    border: 0.2em solid;
    border-color: #000000;
    border-radius: 1em;
}

#imagem-perfil {
    width:15%;
    margin: 1em;
}

#foto-perfil {
    border-radius: 50%;
    border: 0.3em solid;
    border-color: #000000;
    width: 100%;

}

#divflex {
    display: flex;
}

#conteudo {
    margin-top: 1em;
    width:85%;
    padding: 1em;
}

#conteudo ul {
    list-style: square;
}

footer {
    font-size: 0.7em;
    text-align: center;
}

a.linkrotron {

    background-color: #9b111e;
    color: #FFFFFF;
    text-decoration: none;
    padding: 0.5em;
    font-weight: 900;
}

.img-redes {
    width: 10%;
    margin: 1em;
}