body {
  margin: 0;
}

a {
  text-decoration-style: dotted;
  text-underline-offset: 0.2em;
}

@font-face {
  font-family: lcd_mono_normal;
  src: url(../fonts/lcd_mono_normal.ttf);
}

.text-lcd {
  font-family: lcd_mono_normal;
  font-size: 1em;
}

.text-dashed {
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-offset: 0.2em;
}

.text-shadow {
  text-shadow: 0px 0px 1em #000000, 0px 0px 1em #000000, 0px 0px 1em #000000, 0px 0px 1em #000000;
}

.bg-opacity-25 {
  background-color: rgba(0, 0, 0, 0.25);
}

.bg-opacity-50 {
  background-color: rgba(0, 0, 0, 0.50);
}

.bg-opacity-75 {
  background-color: rgba(0, 0, 0, 0.75);
}
