.top-bar {
  background-color: #453f3f;
}

.top-bar > .top-container {
  display: flex;
  padding: 0;
}

.top-bar__item {
  display: flex;
  flex: auto;
  justify-content: center;
  align-items: center;
}

.top-bar__item span {
  color: white;
  font-size: 0.8rem;
}

.top-bar__item img {
  height: 2rem;
}
