@font-face {
  font-family: 'Bahnschrift';
  src: url('Bahnschrift.woff2') format('woff2'), url('Bahnschrift.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.content {
  font-family: 'Bahnschrift';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

h1,h2 {
  text-align: center;
}

a img {
  border: 0px;
}