.navigation-header {
  display: flex;
  width: 100%;
  max-width: 1200px;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  padding: 12px 22px;
  margin: auto;
  color: var(--off-black);
  line-height: 1.5;
}

.navigation-header a {
  color: var(--text-color);
  text-decoration: none;
}

.navigation-header .button {
  color: white;
  background-color: var(--off-black);
  padding: 7px 15px;
  border-radius: 900px;
  font-weight: 600;
}

.header-link {
  margin-left: 30px;
}

.header-left {
  display: flex;
  align-items: center;
}

.header-right {
  display: flex;
  justify-content: flex-end;
}

.header-logo {
  max-width: 50px;
}

.vagter-header-title {
  font-weight: 600;
  margin-left: 20px;
}