/*Can test website across multiple browsers here: https://www.browserling.com/ */
/*Section 1*/

@font-face {
font-family: "wiiu";
src: url("https://branden-g.ca/Spec/font/CafeStd.ttf");
url("CafeStd.ttf") format("truetype"),
}

/*Section 2*/
html, body {
  background-color: #f6f6f6; /*Replaced colour 'snow' with Vivaldi white '#f6f6f6' March 30th 2025*/
  font-family: "wiiu";
  color:MidnightBlue;
  /*his colour is Snow (#FFFAFA) for background and This colour is Midnight Blue (#191970) for text, (I wanted it the other way around but was too hard to see >_< */
  /* Learn about fonts here: https://www.w3schools.com/css/css3_fonts.asp
    Learn about Colour here: https://www.w3schools.com/css/css_colors.asp
    Learn about avalible colours here: https://www.w3schools.com/colors/colors_names.asp
    Learn how to attach this css file to the index here: https://www.w3schools.com/css/css_howto.asp
    */
}

