@font-face {
  font-family: 'terminal_ldr';
  src: url("/fonts/terminal_ldr-webfont.woff2") format("woff2"), url("/fonts/terminal_ldr-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

html, body {
  background-color: black;
  color: white;
  font-family: "terminal_ldr", Arial;
  text-align: center;
}

#index-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#index-container img {
  width: 1000px;
}

#index-container #intro {
  font-size: 60px;
}
