
@font-face {
    font-family: helmswald;
    src:url("/Helmswald.otf");
}

body {
  background-color: black;
  color: white;
  font-family: monospace;
  font-size: 14pt;
}

.centered {
  text-align: center; 
}

.main-container {
  margin: 0 auto;
  max-width: 800px;
  height: 100vh;
}

.gothic {
  font-family: helmswald;
}