body {
  background-color: black;
  margin: auto;
  color: white;
}

@font-face {
  font-family: graf; /* set name */
  src: url(gotheroin.ttf); /* url of the font */
}

h1 {
  font-family: graf; /* use font */
  color: transparent;
  font-size: 170px;
  text-align: center;
  background-image: url(wall.jpeg);
  background-clip: text;
  position: relative;
  top: 150px;
}