@font-face {
  font-family: 'DePixel';
  src: url(../fonts/DePixel-Bold.ttf);
}
* {
  font-family: DePixel;
}
body {
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: black;
  padding: 0;
  overflow: hidden;
  image-rendering: pixelated;
}
h1 {
  font-size: 45px;
}
h2 {
  font-size: 67px;
}
p {
  font-size: 70px;
  position: absolute;
  padding: 10% 10%;
  line-height: 150%;
}
.image {
  position: relative;
}
.image a{
  display: block;      
  position: absolute;
}
img {
  width: 100%;
  height: 100%;
}