.body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  text-align: center;
  color: black;
}

* {
  box-sizing: border-box;
}

.logo-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  width: 90%;
}

.selections {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.menus {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.menu-item {
  min-width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

.menu-item .image {
  width: 20%;
  margin-bottom: 5px;
}

.menut-item .item-footer {
  width: 100%;
  height: 5%;

}

.menu-item .item-footer .name {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  width: 100%;
  margin-bottom: 15px;
}

.menu-title {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}