body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background: #f3f3f3;
}
header {
  background: #333;
  color: white;
  padding: 20px;
  text-align: center;
}
.booking {
  padding: 20px;
  text-align: center;
}
.booking input {
  padding: 10px;
  margin: 5px;
  width: 200px;
}
.booking button {
  padding: 10px 20px;
  background: green;
  color: white;
  border: none;
}
.services {
  background: white;
  padding: 20px;
  text-align: center;
}
.services ul {
  list-style: none;
  padding: 0;
}
.services li {
  padding: 5px;
}
footer {
  background: #222;
  color: white;
  text-align: center;
  padding: 15px;
}
