:root {
  color-scheme: light;
}
html {
  -ms-user-select: none;
  user-select: none;
}
body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 100%;
    width: 100%;
    background-color: rgb(45, 2, 64);
    font-family: "Consolas", "Courier New", monospace;
}
.cvq_class {
    position: absolute;
    width: calc(min(50vw, 50vh) - 40px);
    height: calc(min(50vw, 50vh) - 40px);
    border: 8px solid #deffd5;
    border-radius: 15%;
    opacity: 1;
    background-color: #00000000;
    display: none;
    z-index: 10;
}
.sel_class {
  position: absolute;
  width: calc(min(50vw, 50vh) - 48px);
  height: calc(min(50vw, 50vh) - 48px);
  border: 8px solid #deffd5;
  border-radius: 15%;
  opacity: 1;
  background-color: #00000000;
  display: none;
  z-index: 15;
}
#bg_draw {
  position: fixed;
  top: -32vh;
  left: -8vh;
  width: 164vw;
  height: 164vh;
  background-color: #2d0240;
  color: #69fc04;
  box-sizing: border-box;
  font-family: "Consolas", "Courier New", monospace;
  font-size: 10px;
  overflow-wrap: break-word;
  white-space: normal;
  user-select: none;
  z-index: -1;
}
