.receita__botao{
    background: #8d0606;
    color: #fdfdfd;
    border: none;
    border-radius: 5px;
    padding: 1rem;
}

.receita__botao:hover{
    background: #620404;
    cursor: pointer;
    transition:  all .1s ease-in-out;
}