@charset "UTF-8";
@font-face {
  font-family: 'jf-openhuninn';
  src: url(https://cdn.jsdelivr.net/gh/max32002/FakePearl@1.1/webfont/FakePearl-Regular.woff2) format("woff2"), url(https://cdn.jsdelivr.net/gh/max32002/FakePearl@1.1/webfont/FakePearl-Regular.woff) format("woff");
}

body {
  position: relative;
  font-family: 'jf-openhuninn', "Noto Sans TC", "微軟正黑體", sans-serif;
  font-size: 16px;
  background: #212121;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

a {
  text-decoration: none;
}

.btn {
  display: block;
  width: 220px;
  aspect-ratio: 17/5;
  color: #fff;
  background: #2a395e;
  border-radius: 65px;
  border: 2px solid #fff;
  margin: 0 auto;
}

.btn > div {
  position: relative;
  top: -8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  aspect-ratio: 17/5;
  background: #3e4e87;
  border-radius: 65px;
  border: 2px solid #fff;
}

.btn span {
  display: block;
  font-size: 36px;
  color: #fff;
}

.btn:hover > div {
  position: relative;
  top: -6px;
}

footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100vw;
  padding: 10px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
