@font-face {
    font-family: 'MeineSchrift';
    src: url('/minecraft.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


.container {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wip {
  font-family: MeineSchrift;
}


