body {
  font-family: "Times New Roman", Times, serif;
  font-size:large;
  font-weight: Normal;
}

#fog-background {
  background-image:url('fog2.jpg');
  background-size:cover;
  background-repeat:no-repeat;
}

h1, h2, h3, h5, h6 {
  text-align: center;
}

.chapter_list {
  float:left;

  font-family: "Times New Roman", Times, serif;
  font-size:24px;
  font-weight:Bold;
}

a:link {
  color:bisque; 
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: bisque;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: red;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: yellow;
  background-color: transparent;
  text-decoration: underline;
}

.blood {
  #background-image: url('blood.png');
  background-color: #cd853f;
  color: black;
  border: 2px solid black;
  margin: 20 px;
  padding: 20px;
}
 
