@import url('https://fonts.googleapis.com/css2?family=VT323&display=swap');
.vt323-regular, * {
  font-family: "VT323", monospace;
  font-weight: 400;
  font-style: normal;
}
* { background-color: black; color: white; }
span, a { font-size: 20px; }
.corner-image {
  position: fixed; /* or 'absolute' depending on context */
  bottom: 0;
  right: 0;
  z-index: 9999; /* ensure it's on top of other elements if needed */
  width: 32px; /* adjust as needed */
  height: auto;
}
