:root {
  /*cursor: none !important;*/
}

header {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
}

.w50 {
  width: 50%;
}

.button {
  display: inline-block;
  vertical-align: middle;
  padding: 0.4rem 1rem;
  font-size: 2rem;
  font-weight: normal;
  margin-bottom: 1rem;
  background: var(--bg);
  color: var(--fg);
  /* border: 0.2rem solid var(--fg); */
  border-radius: 0;
  cursor: pointer;
  text-decoration: none;
  background-color: #ade2b5;
}

@media (max-width: 500px) {
  .w50 {
    width: 100%;
  }
}

#crosshair-h {
  width: 100%;
  height: 1px;
  margin-top: 0;
  top: 0;
  position: absolute;
  z-index: 6000 !important;
}

#crosshair-v {
  height: 100vh;
  width: 1px;
  margin-left: 0;
  position: fixed;
  top: 0;
  z-index: 6001 !important;
}

.hair {
  background-color: #fff;
  pointer-events: none;
  transition: all 0.05s ease;
  mix-blend-mode: difference;
  opacity: 0.2;
}
