@font-face {
  font-family: 'JuliaMono';
  src: url("JuliaMono-Regular.woff2") format("woff2");
}

body { 
  perspective: 1024px;
  font-family: 'JuliaMono', monospace;
  color: white;

  display: flex;
  min-height: 97vh;
  background-color: black;
}

pre {
  font-size: 1.3vw;
  text-align: center;
  color: white;
}

.keyboard {
  transform: translate(-50%, 0);
  position: fixed;
  left: 50%;
  top: 25%;

  background-color: transparent;
  text-align: center;
  border-radius: 16px;
  color: white;
}

.lower {
  border: 2px solid white;
  color: gray;
}
