.hair {
  position: fixed;
  top: 55%;
  left: 45%;
  width: 1px;
  height: 80px;
  z-index: 9999;
  pointer-events: none;
  transform: rotate(-20deg);
  background: linear-gradient(
    to bottom,
    rgba(17, 17, 17, 0.9) 0%,
    rgba(17, 17, 17, 0.36) 70%,
    transparent 100%
  );
  border-radius: 0 0 80% 80%;
  filter: blur(0.2px);
}
