* {
  margin: 0;
  padding: 0;
}

body {
  width: 100vw;
  height: 100vh;
}

@font-face {
  font-family: "Diatype";
  src: url("diatype.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
}

main {
  font-family: Diatype;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: black;
  color: white;
}

h2 {
  font-weight: 300;
  text-align: left;
}

img {
  width: 300px;
  filter: invert(1);
  margin-top: 24px;
}
