
/* Fundo geral */
body, html {
    background-color: #e0ecd0;
        color: #aac392;
}

/* Fundo do flog */
.main-flog, .list-group-item {
    background-color: #eaf4e4;
    border-color: #eaf4e4 !important;
}

/* Links */
a, a:link, a:visited {
    color: #e88c5e !important;
}

/* Texto */
p, body {
    color: #aac392;
}

/* Subtítulos */
.subtitulo {
    font-size: 16px;
    font-weight: bold;
    color: #aac392;
}

/* Botões */
.btn-flog {
    background-color: #e0ecd0;
    color: #fff;
}
