@font-face {
  font-family: 'font';
  src: url('./font.otf') format('opentype');
}

body {
  color: #dddddd;
  background-color: black;
  line-height: 1.5em;
  max-width: 500px;
  margin: auto;
  font-size: 1.2rem;
  font-family: font;
}

h1,h2 {
  color: #ff6666;
}

a {
  color: lightblue;
  /* color: royalblue; */
}

div {
  text-align: center;
}

footer {
  font-size: 0.9rem;
}
