.tabbar {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100;
}

.tabbar .tab-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.7em 0 0.9em 0;
}

.tabbar .main-tab {
  margin: 0 1em;
  color: white;
}
.tabbar .tab.main-tab:active,
.tabbar .tab.main-tab:hover {
  color: #e74642;
}

.tabbar .tab {
  font-size: 0.8em;
  transition: color .3s ease-in-out;
}

.tabbar .tab:active,
.tabbar .tab:hover {
  color: #c14444;
}
