.topbar {
  display: flex;
  background-color: #BD2626;
  justify-content: space-between;
  align-items: center;
  border: 3px solid maroon;
}

.topbar div {
  background-color: seashell;
  border: 4px solid maroon;
  border-radius: 12px;
  margin: 10px;
  padding: 10px;
  font-size: 35px;
  font-weight: bold;
  max-height: 100px;
}

.topbar div p {
  width: 150px;
  text-align: center;
  
}

.topbar div a {
  text-decoration: none;
  color: black;
}

.bookbanner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 5% auto;
  max-width: 80%;
}

.bookbanner div {
   font-size: 25px;
   line-height: 2;
}

.bookbanner div button {
  border: 3px solid maroon;
  border-radius: 8px;
  font-size: 25px;
  padding: 5px;
}

.general {
  margin-left: 10%;
  padding: 20px;
  font-size: 25px;
  line-height: 2;
}

.centered {
  text-align: center;
}

.book-search {
  width: 40%;
  font-size: 18px;
  padding: 10px;
  border: 3px solid maroon;
  margin-bottom: 12px;
  margin-left: 30%;
}

.book-list {
  list-style-type: none;
  padding: 0;
  margin-top: 0;
  margin-left: 20%;
  width:60%;
}

.book-list li a {
  border: 3px solid maroon;
  margin-top: -3px;
  background-color: seashell;
  padding: 10px;
  font-size: 20px;
  color: black;
  display: block;
}

.checkout {
  margin: 5% auto;
  border-collapse: collapse;
}

.checkout td {
  border: 3px solid maroon;
  padding: 15px;
  font-size: 25px;
  text-align: center;
}

.purchasetype {
  display: flex;
  justify-content: space-around;
  margin: 5% auto;
  max-width: 40%;
}

.purchasetype button {
  border: 3px solid maroon;
  border-radius: 8px;
  padding: 5px;
  font-size: 25px;
}
