@font-face {
    font-family: jet;
    src: url(JetBrainsMono-Bold.ttf);
  }

body {
    font-size: 2rem;
    font-family: jet;
    color: #f1f1f1;
    background-color: #1d1d1d;
    margin: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

a {
    padding: .5em 2em;
    display: block;
    padding: .5em .5em;
    color: inherit;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}