.menu-body {
  max-width: 680px;
  margin: 0 auto;
  display: block;
  color: rgb(150, 150, 150);
}

.menu-section {
  margin-bottom: 80px;
}

.menu-section-title {
  font-family: georgia;
  font-size: 50px;
  display: block;
  font-weight:normal;
  margin: 20px 0; 
  text-align: Center;
}

.menu-section-title::after {
  content: "";
  z-index: -1;
  position: relative;
  display: inline-block;
  left: -120px;
  top: -15px;
  opacity: 0.3;
  background-color: #f41f8c;
  width: 160px;
  height: 30px;
}

.menu-item {
  margin: 35px 0;
  font-size: 18px;
}

.menu-item-name{
  font-family: helvetica;
  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;
  font-family: arial;
  margin-top: -22px;
}