@font-face {
  font-family: 'ChenYuluoyan-Thin';
  src: url('./ChenYuluoyan-Thin.ttf') format("truetype");
}

body {
  margin: 0;
}
.button {
  all: unset;
  padding: 8px 18px;
  background: #9CB75C;
  border-radius: 100px;
  width: max-content;
  margin: auto;
  color: #fff;
}
#outer {
  position: relative;
  line-height: 0;
}
#canvas {
  display: block;
  width: 100%;
  min-height: 100vh;
  object-fit: cover;
}
#btn_row {
  position: absolute;
  left: 0;
  bottom: 40px;
  display: flex;
  width: 100%;
  justify-content: space-evenly;
}
#btn_row button {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  width: 120px;
  margin: 0;
}
