

    body {
  font-family: Arial, sans-serif;
  margin: 0;
  background: #fffaf5;
  color: #333;
}

nav {
  background: #a67b5b;
  padding: 15px;
  text-align: center;
}

nav a {
  color: white;
  margin: 0 15px;
  text-decoration: none;
  font-weight: bold;
}

.hero {
  background: url('spa-bg.jpg') no-repeat center;
  background-size: cover;
  padding: 120px 20px;
  color: white;
  text-align: center;
}

.btn {
  background: #ffb347;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
}

.content {
  padding: 40px;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th {
  background: #a67b5b;
  color: white;
}

td, th {
  padding: 10px;
  border: 1px solid #ddd;
}

footer {
  background: #a67b5b;
  color: white;
  text-align: center;
  padding: 10px;
  margin-top: 40px;
}