body {
  background-image: url("https://exhibits.sjsu.edu/files/asset/f7ac35c9281e3cb59da8ab174e4762b07e348479.jpeg");
background-size: contain;
}

body {font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; background-color: #F1E4D6; color: #333333;}
h1, h2, h3, h4, h5, h6 {font-family: 'Nunito Sans',Verdana,sans-serif; }

.main-header__site-title a {font-family: 'Nunito Sans',Verdana,sans-serif; font-weight:normal;}

.main-footer__top  {background-color: transparent; color: #333333;}
.main-footer__top a  {color: #333333;}
.main-footer__bottom {background-color: #851C2B;}

.banner, #main-content {background-color: #F1E4D6;}

.banner {background:transparent;}


<style>
a:link {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: pink;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: pink;
  background-color: transparent;
  text-decoration: underline;
}
</style>

