body {
  margin: 0;
  padding-top: env(safe-area-inset-top);
  padding-left: env(safe-area-inset-left);
  padding-bottom: env(safe-area-inset-bottom);
  padding-right: env(safe-area-inset-right);
  line-height: 1.3;
  background: #000;
  color: #fff;
  font-family: times, serif;
  font-size: 16px;
}

a {
  color: #fff;
}

#wrap {
  margin: 32px;
}

h1 {
  font-size: 32px;
  font-weight: normal;
  margin: 24px 0 16px 0;
}

ul {
  margin: 8px 0;
  padding: 0;
  list-style: none;
  display: flex;
  font-size: 24px;
  gap: 16px;
}

#bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

#bg-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 800px;
}

#bg-canvas img {
  width: 100%;
  height: 100%;
  display: block;
}
