/* fuck are you lookin' at? */
@font-face {
  font-family: 'JetBrains Mono';
  src: url('https://cdn.jsdelivr.net/gh/JetBrains/JetBrainsMono/web/woff2/JetBrainsMono-Regular.woff2') format('woff2'),
    url('https://cdn.jsdelivr.net/gh/JetBrains/JetBrainsMono/web/woff/JetBrainsMono-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
body {
  background-color: black;
  color: green;
  font-family: JetBrains Mono;
  display: grid;
  justify-content: center;
  text-align: center;
  margin: auto;
}
.center {
  display: block;
  position: fixed;
  max-height: 50vh;
  left: 50vh;
  top: 25vh;
}