body{
    background-color: rgb(241, 241, 241);
    font-family: 'Yrsa', serif;
}
#divCabecalho{
    margin-left: -8px;
    margin-right: -8px;
}
#tituloPagina{
    text-align: center;
}
.logoAssociacao{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
#divListaSubcabecalho{
    background-color: black;
    line-height: 40px;
    margin-top: -16px;
    margin-left: -8px;
    margin-right: -8px;
}
#listaSubcabecalho{
    list-style: none;
    display: flex;
    justify-content: space-around;
}
.linksLista{
    color: white;
    text-decoration: none;
    font-size: large;
}
#formPesquisa{
    justify-content: space-around;
    display: flex;
}
#caixaPesquisa{
    width: 1200px;
    height: 40px;
}
#botaoPesquisa{
    border-radius: 10%;
    height: 40px;
    width: 120px;
}

