body {
  font-family: Arial, sans-serif;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(https://ik.imagekit.io/RASH/web%20game%20images/playstation/combart/wp11266405-f1-22-wallpapers.jpg?updatedAt=1702056518045);
  margin: 0;
  padding: 0;
}
body nav ul {
  text-align: center;
}
body nav ul li {
  list-style: none;
  letter-spacing: 1em;
  font-weight: bold;
  font-size: 150%;
  text-transform: uppercase;
}
body nav ul li :hover {
  background: purple;
  color: white;
  padding: 1%;
  transition: 0.5s;
  border-radius: 10px;
}
body nav ul li a {
  color: black;
  text-decoration: none;
}

.container {
  max-width: 500px;
  margin: 50px auto;
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

h2 {
  text-align: center;
  color: #333;
}

label {
  font-weight: bold;
  margin-top: 10px;
  display: block;
}

input, select, button {
  width: 99%;
  padding: 10px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
}

button {
  width: 90%;
  background: blue;
  color: white;
  border: none;
  cursor: pointer;
  margin-top: 15px;
}

button:hover {
  background: purple;
  transition: 0.5s;
}

.success-message {
  display: none;
  color: green;
  margin-top: 15px;
  text-align: center;
  font-weight: bold;
}/*# sourceMappingURL=booking.css.map */