body {
  --secondary-text-color: #7d7d7d;
  font-family: Arial, Helvetica, sans-serif;
  padding-bottom: 16px;
  max-width: 768px;
  margin: 0 auto;
}

.logo {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .logo {
    max-width: 320px;
    margin: 0 auto;
    display: block;
  }
}

.items {
  padding: 0 15px;
}

.menu-section {
  margin-bottom: 40px;
  display: block;
}

.section-header {
  margin-bottom: 8px;
}

.item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ececec;
}

.name,
.price {
  font-size: 20px;
}

.price {
  word-break: normal;
  width: 30%;
  text-align: right;
}

.details {
  margin-top: -16px;
  color: var(--secondary-text-color);
}

.instagram-button {
  position: fixed;
  right: 16px;
  bottom: 16px;

  padding: 16px;
  border-radius: 40px;
  background-color: pink;

  display: flex;
  flex-direction: column;
  justify-content: center;

  background: #d62976;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
}

.instagram-icon {
  width: 32px;
}
