@font-face {
  font-family: "Nanum Gothic Coding";
  src: url('nanumgothiccoding/nanumgothiccoding.woff2') format('woff2');
}
@font-face {
  font-family: "IBM 3270";
  src: url('3270-Regular.woff') format('woff');
}

body {
  font-family: "Nanum Gothic Coding", "FreeMono", monospace, "IBM 3270", "Fira Code";
  font-size: 15pt;
  text-align: justify;
  text-justify: inter-word;
  text-rendering: optimizeLegibility;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6, a {
  text-shadow: 0 0 5px #1acde6, 0 0 10px #1acde6;
  color: #1acde6;
}

/* html { */
/*   align: center; */
/*   box-sizing: border-box; */
/*   max-width: 864px; */
/*   padding: 40px; */
/* } */

html * {
  background: #000b1e;
  color: #0abdc6;
}

a {
  outline: dotted;
  outline-color: #321959;
  text-decoration: none;
}



