@font-face {
  font-family: "Cutive Mono";
  font-style: normal;
  font-weight: 400;
  src: url("https://fonts.gstatic.com/s/cutivemono/v9/m8JWjfRfY7WVjVi2E-K9H6RCTm4.woff2")
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
  font-display: swap;
}

html,
body {
  padding: 0;
  margin: 0;
  font-family: "Cutive Mono", monospace;
  min-height: 100%;
  max-height: 100%;
}

html {
  font-size: 125%;
  color: white;
}

body {
  background-color: black;
  height: 100%;
  overflow: hidden;
}

.content {
  bottom: 2.5rem;
  left: 2.5rem;
  position: absolute;
}

a {
  color: white;
  text-decoration: none;
}

a:hover {
  color: #333;
  text-decoration: none;
}

a > svg {
  fill: white;
}

a:hover > svg {
  fill: #333;
}

a:active > svg {
  color: #333;
}

h1 {
  font-size: clamp(1rem, 10vw, 3rem);
  margin-bottom: 1rem;
  font-weight: 200;
  margin-left: -0.1em;
}
