.header {
  width: 100%;
  padding: 22px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  background: rgba(0,0,0,0.65);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(255,255,255,0.15);
}

.header-logo {
  height: 32px;
  width: auto;
}

.nav a {
  margin-left: 26px;
  font-size: 13px;
  text-decoration: none;
  color: #ccc;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nav a:hover {
  color: #fff;
}
