@font-face {
  font-family: "SourceCode-Light";
  src: url("./assets/SourceCodePro-Light.ttf") format("woff2");
}

* {
  margin: 0;
  padding: 0;
}

p {
  border: 0;
  outline: 0;
  text-align: center;
  background: transparent;
  position: absolute;
  transform: translate(-50%, -50%);
}

#value-dom {
  font-family: SourceCode-Light;
  font-size: 12px;
  top: 80vh;
  left: 50vw;
  border-bottom: 1px solid white;
  color: white;
}

#guess-dom {
  font-family: SourceCode-Light;
  font-size: 12px;
  top: 85vh;
  left: 50vw;
  border-bottom: 1px solid white;
  color: white;
}

#frame-dom {
  font-family: SourceCode-Light;
  font-size: 12px;
  top: 90vh;
  left: 50vw;
  border-bottom: 1px solid white;
  color: white;
}
