      
      
@font-face {
  font-family: "Nintendo";
  src: url("Fonts/Nintendo-DS-BIOS.ttf");
}
      
@font-face {
  font-family: "CDIcon";
  src: url("Fonts/CD-IconsPC.ttf");
}
      
body{
  font-family: Nintendo;
  font-size: 28px;
  background-color: white;
}
