.appbar {
  background-color: #000 !important;
}

.toolbar {
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.title {
  flex-grow: 1;
  text-align: start;
}

.nav-button {
  color: #fff !important;
}