@font-face {
  font-family: 'Handjet';
  src: url(../fonts/Handjet-VariableFont.woff2) format('woff2');
}
body {
  margin: 0;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  font-family: 'Handjet', sans-serif;
}
h1 {
  color: #fff;
  font-size: 10rem;
  font-weight: 700;
  letter-spacing: 4px;
}
