.header-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  height: 50px;
  color: black;
  border-bottom: 1px solid #d3d6da;
  align-items: center;
}

.header-menu-left {
  display: flex;
  color: black;
}

.button-help {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0 10px;
}

.header-title {
  font-weight: 700;
  font-size: 40px;
  font-family: 'Times New Roman', Times, serif;
  line-height: 100%;
  letter-spacing: -3px;
  text-align: center;
  left: 0;
  right: 0;
  pointer-events: none;
  display: block;
}

.header-menu-right {
  display: block;
  border: none;
}

.button-statistics {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0 10px;
}

.button-settings {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0 10px;
}
