@charset "utf-8";
/* CSS Document */
body {
  background-size: cover;
  background-image: url("../images/books-bkg.jpg");
  background-position: top center;
}
main div {
  background-color: rgba(248, 248, 248, 1);
}
main div a, main div a:visited {
  color: rgba(204, 0, 0, 1);
  text-decoration: none;
}
main div a:hover {
  color: rgba(0, 0, 0, 1);
  background-color: rgba(204, 0, 0, .175);
}
main div ul li {
  margin-bottom: .25rem;
}
@media (min-width: 576px) {
  main div {
    border: 1px solid rgba(33, 37, 41, .175);
    border-radius: .375rem;
  }
}
@media (min-width: 1200px) {
  main div {
    max-width: 1160px !important;
  }
}