body {
  margin: 0;
  padding: 40px 20px;
  font-family: Arial, sans-serif;
  color: white;
  text-align: center;

  background:
    linear-gradient(rgba(23, 18, 14, 0.82), rgba(23, 18, 14, 0.95)),
    url("https://images.unsplash.com/photo-1501339847302-ac426a4a7cbb?auto=format&fit=crop&w=1200&q=80");

  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}


h1 {
  font-size: 45px;
  color: #d9a15b;
}

h2 {
  margin-top: 40px;
  font-size: 30px;
}

p {
  font-size: 18px;
  color: #ddd;
  margin: 15px;
}

button {
  margin-top: 25px;
  padding: 15px 30px;
  border: none;
  border-radius: 30px;
  background: #d9a15b;
  color: #17120e;
  font-size: 18px;
  font-weight: bold;
}.order-btn {
  display: inline-block;
  margin-top: 25px;
  padding: 15px 30px;
  border-radius: 30px;
  background: #d9a15b;
  color: #17120e;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
}