body 
{background-image: url(fh5.jpg);
background-repeat: no-repeat;
background-size: cover;
  background-position: center;
  background-attachment: fixed;
}



a { color: black; text-decoration: none; font-weight: bold; background-color: rgba(0, 0, 0, 0.5); padding: 5px; text-align: center } a:hover { color: white;} 
  
  
}
p {
  color: black;
  font-weight: bold;
  text-align: center;
}
h1 {
  font-weight: bold;
  text-align: center
}