body{
    margin: 0 auto;
    background-color: #17212B;
}

h1{
    font-family: sans-serif;
    font-size: 30pt;
    font-weight: bolder;
    color: #6172AD;
}
h2{
    font-family: sans-serif;
    font-size: 20pt;
    font-weight: normal;
    font-style: italic;
    color: #6172AD;
}

p{
    margin-left: 2em;
    margin-right: 2em;
    margin-top: 0;
    margin-bottom:1em;
    font-family: sans-serif !important;
    color: #ffffff;
    font-size: calc(0.75em + 1vmin);
}

#content{
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#topo{
    width:100%;
    height:5em;
    padding-top:1em;
    padding-bottom:1em;
    background-color: #34495E;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#topo img{
    height:4em;
}

#comunicado{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
    width: 80%;
}

#assinatura{
    margin-bottom: 2em;
}

#assinatura img{
    height: 4em;
}