/* styles.css */
/*patched together by claudia using various sources...see below!*/

body {
  background: url("purplesparkles.jpg");
}

h1 {
  color: red;
  margin-left: 20px;
  font-family: Garamond, serif;
}

/*
Source - https://stackoverflow.com/a/65383968
Posted by Billy Lardner, modified by community. See post 'Timeline' for change history
Retrieved 2026-04-29, License - CC BY-SA 4.0
*/



#navBar {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  list-style-type: none;
  background: linear-gradient(to right, red, blue);
}


