*{
    font-family: Arial, Helvetica, sans-serif;
}

body{
    background-color: rgb(234, 234, 249);
}

h1{
    color: rgb(0, 0, 184);
    text-align: center;
    text-shadow: 3px 3px 3px white;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

img[src="figs/foto_de_perfil_josiane.jpg"]{
    border-radius: 100%;
}

#perfil{
    text-align: center;
}

#tabela-apresentacao{
    justify-content: center;
    display: flex;
}

.titulo-contato{
    color: rgb(0, 0, 184);
    font-weight: bold;
}

.resumo{
    font-style: italic;
}

a:hover{
    color:rgb(222, 41, 89);
}

h2{
    background-color: rgb(107, 107, 245);
    color: white;
}

p{
    color:rgb(0, 0, 0);
}

img[src="figs/ODS10.png"]{
    box-shadow: 2px 2px 3px black;
}

#compass{
    text-decoration: underline;
    font-weight: bold;
}

footer{
    background-color: rgb(107, 107, 245);  
    color: rgb(0, 0, 184);
    text-align: center; 
    font-size: 20px;
    font-style: italic; 
}
