.navbar-menu {
    background-color: #2159ad;
    color: white;
}

.navbar-menu a:hover {
    background-color: #2b72dd !important;
    color: white;
}

.navbar-menu a {
    color: white !important;
}

.navbar-item i {
    padding-right: 10px;
}

h1 {
    font-size: 2rem;
    color: #2159ad;
}
.card-image {
    width: 250;
    height: 350;
}

.info-tiles {
    margin-bottom: 30px;
}

.article-card  p {
    color: #2159ad !important;
}

.descricao-index h1, .descricao-index h2 {
    color: #2159ad !important;
}

.mensagem {
    /* background-color: #f9f9f9; */
    background-color: 	#ebd6c8;
    padding: 50px;
    border-radius: 15px;
    width: 50%;
    margin: auto;
}

.mensagem p:nth-of-type(1) {
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
}

.mensagem p:nth-of-type(3) {
    text-align: center;
    font-weight: bold;
    font-style: italic;
}

.mensagem p:last-of-type {
    font-weight: bold;
    font-style: italic;
}

.info-card {
    padding-right: 10px;
}

.federacoes-espiritas img {
    position: relative;
    top: 10px;
    margin-right: 20px;
    width: 32px;
    height: 32px;
}
.federacoes-espiritas li {
    padding-bottom: 20px;
}