h1 {
    text-align:center;
    text-decoration:underline;
}

body {
    background-color: black;
    color: white;
    height: 100%;
}

@font-face {
    font-family: 'code_font';
    src: url('FreeMono.woff') format('woff');
}

a {
    color:white;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align:center;
}
