.logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.background {
  z-index: -1;
}

#header {
  position: sticky;
  top: 0;
  padding: 10px 16px;
  z-index: 100;
}

