* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 100%;
  font-weight: normal;
  font-style: sans-serif;
  line-height: 1.2;
}

@font-face {
  font-family: h;
  src: url('grease__.ttf');
}

body {
  background-color: lightgrey;
}



a{
  text-align: center;
}


h1 {
  font-family: h;
  color: orangered;
  font-size: 100px;

}

a {
  padding: 5%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
  outline: 0;
  cursor: pointer;
}

p {
  color: lightgrey;
  display: block;
}

a::after {
  content: "";
  display: block;
  clear: both;
}


a:not(:first-child) {
  display: none;
}

a:target {
  display: block;
}
