.header {
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
  height: 6rem;
  width: 100%;
}

.header-content {
  align-items: center;
  display: flex;
  /*height: 100%;*/
  justify-content: space-between;
  margin: 0 auto;
  max-width: 75rem;
  padding: 1.5rem 3rem;
}

.header-content a {
  text-decoration: none;
}

.header-button {
  background: #1657fe;
  border: 1px solid #1657fe;
  color: #fff;
  border-radius: 0.25rem;
  box-sizing: border-box;
  font-family: 'Albert Sans', sans-serif;
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  white-space: nowrap;
  position: relative;
  text-decoration: none;
}

.header-button:hover {
  background: #0f3bae;
  border: 1px solid #0f3bae;
}

.icon-external-link:before {
  content: '\e936';
}
