.menu-body {
  max-width: 680px;
  margin: 0 auto;
  display: block;
  color: rgb(92, 92, 92);
}

.menu-section {
  margin-bottom: 80px;
}

.menu-section-title {
  	font-family: athelas;
  	font-size: 50px;
	letter-spacing: 2px;
	color: #be1e2d;
  	display: block;
  	font-weight:normal;
  	margin: 20px 0; 
  	text-align: Center;
}

.menu-item {
  margin: 35px 0;
  font-size: 18px;
}

.menu-item-name{
  font-family: athelas;
	color:#41393d;
  font-weight: bold;
  border-bottom: 2px dotted rgb(213, 213, 213);
}

.menu-item-description {
  font-style: italic;
  font-size: .9em;
  line-height: 1.5em;
}

.menu-item-price{
  float: right;
  font-weight: bold;
	color: #be1e2d;
  font-family: athelas;
  margin-top: -22px;
}