
#missao{
    background-color: #DDA15E;
}

.citacoes-camilo{
    border: 2px solid #727272;
    padding: 15px 15px 5px 15px;
    margin-top: 20px;
    border-radius: 10px;

    max-width: 100%;
    transition: all .3s ease-in-out;

    background-color: #BC6C25;

    p{
        font-size: 12.4pt;
        text-align: center;
        font-weight: normal;
        user-select: none;
    }   
}

.citacoes-camilo:hover, #missao:hover {
    background-color: #a7371b;
}

.about-section{
    p{
        text-align: justify;
    }

    .citacoes-camilo p{
        text-align: center;
    }

}