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

* {
  font-family: Blinker;
}

.profile {
  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;
}

.arrow {
  position: fixed;
  left: 92%;
  transform: translate(-50%, -50%);
  width: fit-content;
  font-size: 24px;
  text-align: center;
  text-decoration: none !important;
  color: black !important;

  img {
  	width: 40px;
  	height: 40px;
  }
}
