body {
  font-family: "MV Boil", Tahoma, Geneva, Verdana, sans-serif;
  overflow: hidden;
  color: black;
  font-size: 0.8rem;
  margin: 0;
  background: radial-gradient(#fdfdfd, #eeeeee);
}

a {
  color: black;
}

h1 {
  font-size: 1.6rem;
}

#canvas {
  z-index: 1;
  top: 0;
  left: 0;
  position: fixed;
  pointer-events: none;
}

#container {
  position: relative;
  text-align: center;
  letter-spacing: 2px;
}

.frame {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 80%;
  height: 50%;
  outline: 1px solid;
  display: flex;
  justify-content: center;
  align-items: center;
}

img, .cursor1 {
  position: absolute;
  top: 65%;
  left: 50%;
  width: 10px;
  height: auto;
}

li {
  list-style: none;
}

ul {
  margin: 0;
  padding: 0;
}

.btn_list {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: -100px;
  padding: 0;
}

.btn_item {
  width: 90px;
  height: 20px;
  padding: 6px;
  background-color: #000000;
  text-align: center;
  color: #fff;
  display: inline-block;
  justify-content: center;
  align-items: center;
  margin: 10px;
}

.btn_item .is-active {
  background: #fff;
  color: #000;
}

.real_btn {
  position: fixed;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  /* width: 100%;
  height: 100%; */
  /* outline: 1px solid; */
  display: flex;
  justify-content: center;
  align-items: center; 
}

.real_btn__inner {
  display: inline;
  cursor: default;
  font-size: 1.3rem;
  font-weight: bold;
  padding: 3px;
}

section {
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
}
