.recipe {
	background: var(--background-color);
	display: flex;
	flex-direction: column;
	margin-bottom: 5rem;
	margin-right: 5rem;
	width: calc(25% - 5rem);
}
