x-header a[href="#main-content"] {
  height: 30px;
  left: 50%;
  padding: 0.5rem;
  position: absolute;
  transform: translateY(-100%);
  transition: transform 0.3s;
}

x-header a[href="#main-content"]:focus {
  transform: translateY(0%);
}

x-header header {
  display: flex;
  justify-content: space-between;
}

x-header ul {
  list-style: none;
  padding: 0;
  display: flex;
}

x-header li {
  padding: 0.5rem;
}

/*# sourceMappingURL=global.d4610cb2.css.map*/