body {
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-image:url("./images/parch1.gif");
  background-color:#ffffc0;
  width: 1000px; 
  margin: 0 auto;
  text-align: center;
}
 div {
  display: block; 
  text-align: left;
 }
hr {
  border:2px solid black;
}

.container {
  display: block;
  width: 1000px;
}

.narrow {
  display: flex;
  align-items: top;
  width: 800px;
  gap: 20px;
  margin: 20px;
}

.contentItem {
  vertical-align: top;
  width: 350px;
  object-fit: contain;
}

#sidebar {
  width: 120px;
  height: 100%;
  border: 1px solid black;
}

.panel {
  display:block;
}

.heading {
  font-size: 24px;
  font-weight: bold;comment
  text-align: center;
}

.menuItem {
  width: 100%;
  font-weight: bold;
  padding: 10px;
  vertical-align: middle;
  color: black;
  background-color: #ffdead;  
}

.menuItem:hover {
  color: black;
  background-color: #80d020;
}

#content {
  border: 1px solid black;
}

#commentList {
  display:block;
  padding: 10px;
  color: black;
}

form {
  width: 100%; /* Adjust width as needed */
}

.hiddenValue {
  height: 0px;
  width: 0px;
  display: none;
}

input[type=text], select, textarea {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid black;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: white;
  color: black;
}

.submit {
  background-color: #f2d470;
  color: black;
  font-size: 18px;
  padding: 15px 32px;
  border: 1px solid black;
  border-radius: 10px;
  font-weight: bold;
}

#status {
  margin-top: 10px;
  font-size: 14px;
  color: #fff;
}

#bookImage, #authorImage {
  display: inline;
}
#bookImage image, #authorImage image {
  height: 400px; 
  width: 300px;
}

#vendors li {
  margin-bottom: 10px;
}

html::-webkit-scrollbar {
  width: 12px;
}

html::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: #e7e7e7;
  border: 1px solid #cacaca;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

html::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #363636;
}
