/* isjesusback.com */

html, body {
  height: 100dvh;
  overflow: hidden;
}

.font-display {
  font-family: 'Newsreader', serif;
}

.guide-line {
  background: linear-gradient(
    to bottom,
    rgba(244, 192, 37, 0) 0%,
    rgba(244, 192, 37, 0.4) 50%,
    rgba(244, 192, 37, 1) 100%
  );
}

input:focus {
  outline: none !important;
}
