.header-container {
  display: flex;
  flex-direction: horizontal;
  justify-content: center;
}

.header-logo {
  height: 200px;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 100px;
}