* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: stencil;
  src: url(fonts/ARMY\ RUST.ttf);
}

.main {
  max-width: 1000px;
  height: 100vh;
  margin: 0 auto;
  background-color: aqua;
}

h1 {
  text-align: center;
  font-family: stencil;
  font-weight: 100;
  font-size: 100px;
}
