#email {
  bottom: 0;
  color: white;
  cursor: pointer;
  font-family: var(--mono-font);
  font-size: var(--font-size--m);
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  user-select: none;
  -webkit-user-select: none;
  z-index: 100000000;
}
