body {
	font-family: 'Raleway', sans-serif;
	font-size: 1.5em;
	padding: 0;
	margin: 0;
	color: black;
	background: gainsboro;
	background-size: 100vw 200vh;
	background-repeat: repeat;
	text-align: center;
}
#takeOutMenu {
	font-family: 'Audiowide', cursive;
	font-size: 2.5em;
}
ul, ol {
	list-style: none;
}
h1 {
	font-family: 'Audiowide', cursive;
}
h2, h3 {
	font-family: 'Oxygen', sans-serif;
}
h2 {
	font-size: 1.15em;
}
h3 {
	font-size: 1em;
}
img {
	width: 10vw;
	height: 10vw;
	text-align: center;
	border-radius: 50%;
	padding: 2vh 2vh 2vh 2vh;
}
#menu {
	padding-top: 5vh;
	padding-bottom: 5vh;
}
hr {
	padding-top: 3px;
	margin-top: 5vh;
	margin-bottom: 5vh;
	background-color: white;
	border: 0;
}