.receita__botao {
	background: #8d0606;
	border: none;
	border-radius: 5px;
	color: #fdfdfd;
	padding: 1rem;
	transition: all .5s ease-in-out;
}

.receita__botao:hover{
	background: #620404;
	cursor: pointer;
}