body {
    background-color: #328da8;
}
h1 {
    color: black;
    text-align: center;
  font-family: "Fredericka the Great", serif;
  font-weight: 400;
  font-style: normal;
}

h2 {
  font-family: "Road Rage", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.p {
  font-family: "Truculenta", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
    width: 1400px;
}

.pic {
  display: flex;
  
}

.bookshelf{
  width: 500px;
  margin-right: 15px;
  width: 100%;
  max-width: 500px;
  height: auto;
  margin-top: 15px;
}

.navitop {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color:darkslategrey;
}

.lia {
  float: left;
  display: block;
  color: aliceblue;
  text-align: center;
  padding: 15px 15px;
  text-decoration: none;
}

.lia:hover {
  background-color: black;
}

.tablelink {
  text-decoration: none;
}

table,
th,
td {
  border: 1px solid black;
  border-collapse: collapse;
  background-color:darkcyan
}
th,
td {
  padding: 5px;
  text-align: left;
}