body {
  background: linear-gradient(rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0.33)), url("/images/9.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #cccccc;
  color:#fff;
}
a {color:#fff;text-decoration:underline;}
:is(h1, h3) {font-family:"'Times New Roman',Georgia,serif";}
h1 {text-align:center;font-size:4rem;}
h3 {background:#222;padding:10px;margin-bottom:0px;}
.menu li a {font-size:1.5rem;}
blockquote p {color:#fff;font-style: italic;}
