@use postcss-nested;

@font-face {
  font-family: "Pretendo";
  src:
    url("https://manzdev.github.io/twitch-gameboy-css/fonts/pretendo.woff2") format("woff2"),
    url("https://manzdev.github.io/twitch-gameboy-css/fonts/pretendo.woff") format("woff"),
    url("https://manzdev.github.io/twitch-gameboy-css/fonts/pretendo.ttf") format("truetype");
}

@font-face {
  font-family: "Lato";
  src:
    url("https://manzdev.github.io/twitch-gameboy-css/fonts/lato.woff2") format("woff2"),
    url("https://manzdev.github.io/twitch-gameboy-css/fonts/lato.woff") format("woff"),
    url("https://manzdev.github.io/twitch-gameboy-css/fonts/lato.ttf") format("truetype");
}

body {
  margin: 0;
  background: #225;
        }
  
        .container {
          display: flex;
          justify-content: center;
  margin-top: 4em;
  padding-bottom: 3em;
}

