.fhae-bit{
  position: fixed; left:0; top:0; transform:translate(-50%,-50%);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, 'Liberation Mono', monospace;
  font-weight: 800; color: rgba(255,255,255,.92);
  text-shadow: 0 0 6px rgba(120,200,255,.5);
  pointer-events: none; z-index: 9999; will-change: transform, opacity, left, top;
  transition: opacity .22s ease;
}
@media (max-width: 768px){ .fhae-bit{ display:none; } }