
body {
  font-family: 'Segoe UI', sans-serif;
  background: #fff7f0;
  color: #5f370e;
}
header {
  background-color: #ff6b00;
  color: white;
  padding: 30px 0;
  text-align: center;
}
.contact-box {
  background: #ffe0c7;
  border-left: 6px solid #e85d04;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
h2 {
  color: #d9480f;
}
.back-btn {
  display: block;
  margin: 40px auto 0;
  text-align: center;
}
