@import url("https://fonts.googleapis.com/css2?family=Merriweather+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

*,
html,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*::before,
*::after {
  box-sizing: border-box;
}
body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  background-color: #f4f4f4;
  font-family: "Merriweather Sans", sans-serif;
}
.header {
  padding: 8px 0;
  border-bottom: 1px solid #e2e2e2;
  background-color: #6b5050;
  /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
}
.header-style {
  display: flex;
  justify-content: space-between;
  padding: 1rem;
  align-items: center;
}
.header-style h1 {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  font-family: "Merriweather Sans", sans-serif;
}
/* css styling for search */
.search {
  flex-grow: 1;
  padding: 0 8rem;
}
.search input {
  width: 100%;
  border: 1px solid #e2e2e2;
  border-radius: 20px;
  padding: 8px 6rem;
  font-size: 16px;
}
.header a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
}
.account span {
  color: #fff;
}
.book1 {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.main_book-details p {
  margin-bottom: 0;
}
.main {
  padding: 1rem;
  background-color: #fff;
  margin: 1rem auto;
  max-width: 1200px;
  border-radius: 8px;
  border-bottom: 1px solid #6b5050;
}
.main_book-details h2 {
  font-size: 20px;
  margin-bottom: 0.5rem;
  color: #6b5050;
}
