@font-face {
  font-family: black-metal-sans;
  src: url(media/BlackMetalSans.ttf);
}

html {
  display: flex;
  justify-content: center;
  background-color: #d2f0d2;
}

body {
  display: flex;
  max-width: 1200px;
  background-color: #ecffec;
  padding: 20px;
  border-radius: 0px 0px .5em .5em;
}

h1 {
  margin: 0;
  font-size: 2em;
  font-family: black-metal-sans, sans-serif;
}

h2 {
  font-family: black-metal-sans, sans-serif;
}

.subtitle {
  font-size: 1.3em;
}