
body {
  font-family: 'Quicksand', sans-serif;
  margin: 0;
  padding: 0;
  background-image: url('https://img.freepik.com/premium-photo/autumn-garden-boho-orange-floral-watercolor-rustic_1120554-2035.jpg');
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  color: #5a3e36;
}

nav {
  background-color: rgba(217, 119, 66, 0.9);
  overflow: hidden;
}

nav a {
  float: left;
  display: block;
  color: #fff8f0;
  text-align: center;
  padding: 14px 20px;
  text-decoration: none;
  font-weight: bold;
}

nav a:hover {
  background-color: #f4a261;
  color: white;
}

header {
  padding: 60px;
  text-align: center;
  background: rgba(244, 162, 97, 0.85);
  color: white;
}

header h1 {
  font-size: 48px;
  margin-bottom: 10px;
}

section {
  padding: 30px;
  margin: 20px;
  background: rgba(255, 255, 255, 0.9);
  border-left: 6px solid #e76f51;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

table, th, td {
  border: 1px solid #e76f51;
}

th, td {
  padding: 12px;
  text-align: left;
}

th {
  background-color: #f4a261;
  color: white;
}
