@import url("https://fonts.googleapis.com/css2?family=Italianno&display=swap");

* {
  margin: 4px;
}

body {
  margin-top: 5%;
  background-image: url("./img/old1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  font-family: "Italianno", cursive;
  color: rgb(49, 28, 1);
}

.wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#addBtn,
button.remove {
  color: rgb(49, 28, 1);
  background-color: rgb(236, 224, 152);
  border-color: rgb(54, 31, 1);
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px;
  justify-content: center;
}

h1 {
  color: rgb(54, 31, 1);
  font-weight: bold;
  font-size: 40px;
}

#bookList {
  width: 60%;
  margin: 32px 184px 20px;
}

.text {
  display: flex;
  flex-direction: column;
}

h2 {
  font-weight: bold;
  font-size: 50px;
  color: rgb(54, 31, 1);
}

h3 {
  font-weight: bold;
  font-size: 50px;
}

.contact {
  font-size: 40px;
}

.items {
  list-style: none;
}

#date {
  font-size: 30px;
}

.navbar {
  display: flex;
  border: solid rgb(54, 31, 1) 4px;
  text-decoration: none;
  color: rgb(54, 31, 1);
  font-size: 30px;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  font-weight: bold;
  margin: 18px;
}

a {
  color: rgb(54, 31, 1);
  text-decoration: none;
}

a:hover {
  color: rgb(206, 50, 50);
  text-decoration: none;
  cursor: pointer;
}

footer {
  background-color: rgb(48, 18, 4);
  align-content: center;
  font-size: 30px;
  color: #e4b661;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}

.nav {
  display: inline;
}
