html {
  height: 100%;
}

/* font styling */
  @font-face {
    font-family: 'NIS-JTC-Win-M9';
    src: url('NIS-JTC-Win-M9.ttf') format('truetype');
  }

/* global stuff*/
  body {
    height: 100%;
    margin: 0;
    display: flex;
    text-align: center;
    flex-direction: column;
    background-color: black;
    color: white;
    font-family: sans-serif;
  }

h1 {
  font-family: 'NIS-JTC-Win-M9';
  transform: scaleX(0.79);
  text-align: center;
  display: inline-block;
/*  margin: 0; */
  top: 3%;
  left: 0;
}

main {
  flex: 1;
  padding: 4rem;
}

footer {
  margin-top: auto;
  font-size: 0.97vh;
}
