@font-face {
  font-family: 'Nintendo DS BIOS';
  src: url('/fonts/Nintendo-DS-BIOS.ttf') format('truetype');
}

* {
  background-color: black;
  color: white;
}

body, html {
    margin: 0;
    padding: 0;
}

main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
    height: 100vh;
    width: 100vw;
}


* {
    box-sizing: border-box;
}

#come_back_eventually {
  font-family: 'Nintendo DS BIOS', monospace;
  font-size: 30px;    
  margin: 5px;
  image-rendering: pixelated;
  text-align: center;
  line-height: 25px;
}

img {
  width: 150px;
  image-rendering: pixelated;
}