body {
	background-image: url("/static/dinner/img/dinner_background.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height: 100vh;
}

.dinner-cards {
	color: black;
}
