@import url('https://fonts.googleapis.com/css2?family=VT323&display=swap');

body {
  background-color: #000;
  color: #e0e0e0;
  font-family: 'VT323', monospace;
}

a {
  color: #888;
  transition: color 266ms ease-in-out;
}

a:active, a:hover {
  color: #fff;
  text-decoration: none;
}

#DoNotImage img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}

#DoNotLetMeOutHyperlink {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  text-shadow: 1px 2px 3px rgb(64 64 64 / 50%);
}
