body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

.container {
  max-width: 960px;
  margin: 0 auto;
  padding: 20px;
}

header {
  text-align: center;
  margin-bottom: 20px;
}

h1 {
  font-size: 3em;
  margin: 0;
}

h2 {
  font-size: 2em;
  margin-top: 40px;
  margin-bottom: 20px;
}

.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-item {
  margin-bottom: 20px;
}

.menu-item-title {
  font-size: 1.5em;
  margin: 0;
}

.menu-subitems {
  margin-top: 10px;
  margin-left: 20px;
}

.menu-subitem {
  font-size: 1.2em;
  margin-bottom: 10px;
}

.menu:nth-of-type(1) {
  background-color: #f7f7f7;
  padding: 20px;
  border-radius: 10px;
}

.menu:nth-of-type(2) {
  background-color: #f2f2f2;
  padding: 20px;
  border-radius: 10px;
}

.menu:nth-of-type(3) {
  border-top: 1px solid #ccc;
  padding-top: 20px;
}

.menu:nth-of-type(3) li {
  font-size: 1.2em;
  margin-bottom: 10px;
}

.menu:nth-of-type(3) li:first-of-type {
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
img {
  display: block;
  margin: auto;
  width: 50%;
  max-width: 800px;
  height: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}
/* styles for larger screens */
.container {
	max-width: 800px;
	margin: 0 auto;
}

header {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 20px;
}

.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu-item {
	margin-bottom: 30px;
}

.menu-item-title {
	font-size: 1.5em;
	margin-bottom: 10px;
}

.menu-subitems {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 20px;
}

.menu-subitem {
	font-size: 1.2em;
	margin-bottom: 10px;
}

img {
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}

/* styles for smaller screens */
@media (max-width: 600px) {
	.container {
		max-width: 100%;
		padding: 0 20px;
	}

	header {
		font-size: 1.5em;
		margin-top: 20px;
		margin-bottom: 10px;
	}

	.menu-item-title {
		font-size: 1.2em;
		margin-bottom: 5px;
	}

	.menu-subitem {
		font-size: 1em;
		margin-bottom: 5px;
	}

	img {
		display: none;
	}
}
