* {
  box-sizing: border-box;
}
html,
body {
  overflow-x: hidden;
}
body {
  background-color: #faf3ef;
  color: #2a1d17;
  font-family: "Segoe UI", sans-serif;
}
.hero {
  background: linear-gradient(rgba(123, 78, 45, 0.6), rgba(123, 78, 45, 0.6)),
    url("assets/img/hero.jpg") no-repeat center center / cover;
  color: #fff;
  padding: 120px 30px;
  text-align: center;
}
.btn-gold {
  background-color: #ffc374;
  color: #2a1d17;
  border: none;
}
.btn-gold:hover {
  background-color: #ffb44f;
}
.quote-block {
  background-color: #7b4e2d;
  color: white;
  padding: 40px 20px;
  text-align: center;
}
footer {
  background-color: #2a1d17;
  color: white;
  padding: 40px 20px;
}
footer a {
  color: #ffc374;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
