@font-face {
    font-family: "JetBrains Mono";
    font-style: normal;
    font-weight: 400;
    src: local(''), url('/fonts/JetBrainsMono-Regular.woff2') format('woff2');
}

* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
}

.container {  
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.item {
  color: #eee;
  font: 100pt "JetBrains Mono";
}

a:link, a:visited {
  color: black;
}

a:hover, a:active {
  color: gray;
}

#privacy {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font: 12px verdana;
  color: black;
}

/* vim: set ts=2 sw=2: */
