.menu-page {
	z-index: 2;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
}
.menus {
	width: 100%;
}
.cold-drinks-heading {
	text-shadow: 0 0 2px cornflowerblue;
}
.hot-drinks-heading {
	text-shadow: 0 0 2px crimson;
}
.cold-drinks-section,
.hot-drinks-section {
	display: inline-block;
	width: 45%;
	min-width: 200px;
	border: 2px solid black;
}
.menu-heading {
	font-weight: bold;
}
.hot-drinks-menu,
.cold-drinks-menu {
	font-size: var(--menu-items-font-size);
	display: grid;
	grid-template-columns: 3fr 1fr 1fr 1fr;
}
