@font-face {
  font-family: "zpix";
  src: url("/asset/zpix.ttf");
}

html,
body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}

body {
  font-family: zpix, monospace !important;
  background: url(/asset/bg.gif) 0 center / cover fixed;
  position: relative;
}

#content {
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
  overflow: auto;
  padding: 24px;
  width: calc(100% - 48px);
  height: calc(100% - 48px);
  color: white;
}

#content li {
  line-height: 1.5em;
}
