
@font-face {
  font-family: Blinker;
  src: url(Blinker-Regular.ttf);
}

* {
  font-family: Blinker;
}

.middle {
  position: absolute;
  top: 45%; 
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: Blinker;
  font-size: 40px;
  text-align: center;
  text-decoration: none !important;
  color: black !important;
}
