:root {
   font-size: 16px;
}

@font-face {
  font-family: "JetBrains Mono";
  src: url("/webfonts/JetBrainsMono-Light.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: fallback;
}

html,
body {
    font-family: 'JetBrains Mono', monospace;
    font-weight: 200;
    font-size: 1rem;
    color: white;
    background-color: #323232;
    text-transform: lowercase;
    overflow: hidden;
    text-rendering: optimizeSpeed;
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    min-height: 100%;
}

body {
    height: 100vh;
}

a {
    color: #00c2ff;
}


::selection {
    color: #fff;
    background-color:#000
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
