@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap");
body {
  font-family: "EB Garamond";
}

h1, h2, h3, h4 {
  font-weight: 700;
  font-style: italic;
}

p, a, label, button, ::placeholder {
  font-family: "EB Garamond";
  font-weight: 400;
}

h1 {
  font-size: 5rem;
}

h2, h3 {
  font-size: 3rem;
}

h4 {
  font-size: 2rem;
}

p {
  font-size: 1.5rem;
}

* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #eae6e1;
}

body, a, label {
  color: #583b1f;
}

main {
  display: flex;
  flex-direction: column;
  margin: auto;
  width: 80%;
  max-width: 100%;
}

a {
  text-decoration: none;
}

.connection-page, .register-page {
  height: 100vh;
  display: flex;
  justify-content: space-between;
}
.connection-page .right-side, .register-page .right-side {
  background-color: #c3cdb7;
  width: 30%;
  max-width: 100%;
  padding: 0% 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.connection-page .right-side div, .register-page .right-side div {
  display: contents;
}
.connection-page .right-side :nth-child(4), .register-page .right-side :nth-child(4) {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
}
.connection-page .right-side :nth-child(4) input, .register-page .right-side :nth-child(4) input {
  margin: 0 10px 0 0;
}
.connection-page .right-side form, .register-page .right-side form {
  display: flex;
  flex-direction: column;
}
.connection-page .right-side form input, .connection-page .right-side form button, .register-page .right-side form input, .register-page .right-side form button {
  padding: 2%;
  border: 1px solid #583b1f;
  border-radius: 4px;
  color: #583b1f;
  background-color: #e5e0da;
  margin-bottom: 5%;
}
.connection-page .right-side form button, .register-page .right-side form button {
  cursor: pointer;
  margin-top: 2rem;
}

nav ul {
  display: flex;
  gap: 30px;
}
nav ul li {
  list-style: none;
}
nav ul li a {
  font-size: 1.5rem;
}

.table {
  margin: auto;
}

.product-page {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.product-page-cards {
  padding: 10px;
}
.product-page-cards h4 a {
  font-weight: 700;
}

header {
  background-image: linear-gradient(rgba(234, 230, 225, 0.4392156863), rgba(234, 230, 225, 0.4392156863)), url("../bookshelf-aWSesyG.png");
  background-position: center;
  background-size: cover;
}
header h1 {
  text-align: center;
  padding: 2% 0;
}

.categories {
  background-color: #e5e0da;
  padding: 1%;
  display: flex;
  flex-wrap: wrap;
  gap: 3%;
  line-height: 2rem;
  justify-content: center;
}
.categories .categories-buttons a {
  background-image: linear-gradient(to right, #c3cdb7 0, #c3cdb7 100%);
  display: inline;
  padding: 0 5px;
  border-radius: 5px;
}

.categories-page {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.categories-page-cards {
  padding: 10px;
}
.categories-page-cards h4 a {
  font-weight: 700;
}

.category-page {
  padding: 2% 0;
}

.suggestion {
  padding: 2%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

/*# sourceMappingURL=style.css-0LmAf5N.map */
