html {
  height: 100%;
}

body {
  font-family: 'vulf', monospace;
  background-color: #f9f7f2;
  display: flex;
  flex: 1;
  height: 100%;
  justify-content: center;
}

.caption {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  text-align: center;
}

@font-face {
  font-family: "vulf";
  src: url("css/fonts/VulfSans.otf");
}
