body {
  background: linear-gradient(135deg, #f5f7fa, #e2e8f0);
  font-family: 'Segoe UI', sans-serif;
}
.card {
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: transform 0.3s;
}
.card:hover {
  transform: scale(1.02);
}
.hotel-image {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  height: 250px;
  object-fit: cover;
  width: 100%;
}
pre {
  background: #f8f9fa;
  padding: 10px;
  border-radius: 8px;
  overflow-x: auto;
}
.btn {
  border-radius: 30px;
}
