.popup-form{
  background-color: white;
  padding: 10px;
  border-radius: 10px;
  margin: 10px;
  border-left: 20px solid rgb(191, 234, 255);
}

.book-form-info{
  font-family: "Quintessential", serif;
  font-weight: 400;
  font-size: 1.2rem;
  font-weight: bold;

}

input{
  width: 260px;
  height: 50px;
  font-size: 1.4rem;
font-family: "Caveat", cursive;
  font-weight: bold;
  color: rgb(243, 64, 4);
  border: none;
  border-bottom: 1px solid gray;
}

input:focus{
  outline: none;
}

.add-form-btn{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  border: none;
  background-color: rgb(191, 234, 255);
  border-radius: 5px;
  width: 100px;
  margin-left: 80px;
  cursor: pointer;
  transform: background-color color transform 0.15s;
}

.add-form-btn:hover{
  color: black;
  background-color: rgb(144, 213, 248);
  transform: scale(1.10);
}