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

* {
  background-color: black;
  color: white;
  font-family: 'Nintendo DS BIOS', monospace;
  box-sizing: border-box;
}

h1 {
  text-align: center;
  font-size: 5rem;
  line-height: 0rem;
}

nav {
  margin: auto;
  text-align: center;
  font-size: 1.8rem;
}

footer {
  margin: auto;
  text-align: center;
}

footer > p {
  font-size: 1.4rem;
  line-height: 0rem; 
}

p {
  font-size: 1.5rem;
  text-align: center;
}

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

main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

img {
  width: calc(88px * 3);
  image-rendering: pixelated;
}