main { flex-wrap : wrap; }

change_page {
	width : 500px;
	height : 76px;
	position : relative;
	z-index : 1;
	display : flex;
	flex-flow : row;
}

change_page > div {
	width : 64px;
	height : 64px;
}

change_page > p {
	display : flex;
	align-items : center;
	width : 300px;
	height : 100%;
	position : relative;
	top : -18px;
}

main > div { width : 1140px; }

card_shadow {
	display : flex;
	justify-content : center;
	margin : 0 auto;
	width : 24cm;
	height : 15cm;
	background-color : #BA9B30;
	align-self : center;
	position : relative;
	top : 16px;
	left : 16px;
}

card {
	width : 100%;
	height : 100%;
	background : url('cardstock.jpg') no-repeat;
	background-size : 30cm;
	position : relative;
	top : -16px;
	left : -16px;
}

card > div {
	height : 75%;
	margin : 24px;
}

card > div > h2 {
	margin-bottom : -0.75em;
	margin-top : 0;
}

card > div > div {
	display : flex;
	flex-flow : row;
	column-gap : 5%;
}

ingredients {
	width : 50%;
	margin-top : -2em;
}

ingredients > h3 {
	margin-bottom : -0.75em;
	margin-top : -0.5em;
}

ingredients > h4 { margin-bottom : -0.75em; }

procedure {
	width : 50%;
	margin-top : -3.5em;
}

procedure > h3 { margin-bottom : -0.5em; }

return_button {
	width : auto;
	height : 32px;
	z-index : 1;
	margin-top : -40px;
}

home_navigation {
	width : 20%;
	display : flex;
	flex-flow : column;
	row-gap : 1em;
}

return_button > a > h3 { margin : 0; }