.menu-switcher__tab-buttons {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
}

.menu-switcher__tab-button__active {
  text-decoration: underline;
}

