
.white{
  background-color: oklch(96.8% 0.007 247.896);
}
.darkbg{
  background-color: rgb(2 6 23 / var(--tw-bg-opacity, 1));
}
.darkcolor{
  color: rgb(2 6 23 / var(--tw-bg-opacity, 1));
}


/* Book button styling */
.book-btn {
  font-weight: bold;
  transition: all 0.3s ease;
  background-color: #0077B6;
  color: white;

}
.book-btn:hover {
  transform: scale(1.05);
  background-color: #03045E;
  color: white;
}
a {
  text-decoration: none;
  color: inherit;
}
.card{
  transition: 0.5s;
}
.card:hover{
  transform: translateY(-5px);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.158);
  transition: 0.5s;
  
}
.info{
  margin-top: -6vh;
  
}
