/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

body {
  background-color: CornflowerBlue;
  color: black;
  font-family: Georgia, serif;
  text-align: center;
}

#page-wrap {
  text-align: center;
  width: 800;
  margin: 0 auto;
}
}

/*
     FILE ARCHIVED ON 01:45:18 Jan 09, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 21:09:38 May 02, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 11.459
  load_resource: 290.063
  PetaboxLoader3.resolve: 146.499
  PetaboxLoader3.datanode: 98.224
*/