@import "public.css";

html {background: fixed top right no-repeat url(../team.gif) #FFF6E0;
  background: fixed top right no-repeat url(../team.gif),
    linear-gradient(to right, hsla(0,0%,100%,0.0), hsla(0,0%,100%,0.3),
      hsla(0,0%,100%,0.0)),
    linear-gradient(hsla(43,100%,93%,0.0), hsla(43,100%,93%,1.0)),
    url(../Background/FineCream.jpg)}

@media (prefers-color-scheme: dark) {
  html {
    background: fixed top right no-repeat url(../team.gif),
      linear-gradient(to right, hsla(0,0%,0%,0.53), hsla(0,0%,0%,0.49),
        hsla(0,0%,0%,0.53)),
      linear-gradient(hsla(37,23%,56%,0.0), hsla(37,23%,56%,1.0)),
      url(../Background/PaperBag.jpg)}
}

@media print {
  html {background: fixed top right no-repeat url(../team.gif) white}
}
