body {
    /*background-image: url(/imagens/fundo.jpg);*/
    background-color: rgba(146, 183, 114, 0.493);
}

.cabecalho {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;        /*tamanho do texto */
    font-style: italic;    /* estilo da fonte*/
    color: rgba(233, 95, 15, 0.493);  /*cor da fonte em rgba*/
    background-color: rgba(238, 211, 177, 0.416); /*cor do fundo em rgba*/
    text-align: center; /*Alinhamento do texto*/
    margin: auto; /*alinhamento vertical*/
    margin-top: 5px;  /*margen do topo*/
    padding-left: 3px; /*margem esq texto fundo*/
    padding-top: 0px;    /*margem topo texto fundo*/
    padding-bottom: 3px;  /*margem baixo texto fundo*/
    padding-right: 3px;  /*margem direita texto fundo*/
    border-color: rgba(234, 230, 11, 0.856); /*Cor da borda*/
    border-style: groove;  /*estilo da borda*/
    border-width: 2px; /*Largura da borda*/
    width: 250px; /*Comprimento*/
    height: auto; /*Largura*/
}

ul {
    list-style-type:lower-roman; /* Romanos na lista*/
    margin-top: 2px; /*Margem topo lista*/
    line-height: 8px; /*distancia das linhas*/
    text-align: left; /*Alinahemto do texto*/
}

.img-horizonte {
    display: flex; /*Alinhamento imag horizontal*/
    justify-content: center; /*centralizado*/     
}

img {
    width: 80px;
    height: auto
}

.fimpagina { 
    font-family:Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: italic;
    font-variant: normal;
    color: rgba(20, 4, 1, 0.771);
    background-color: rgb(238, 211, 177);
    text-align: center;
    margin: auto;
    margin-top: 50px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    border-color: rgb(247, 226, 3);
    border-style:groove;
    border-width: 2px;
    width: 250px;
    height: auto;
}