body {
  margin: 0;
  font-family: ‚Courier New‘, Courier, monospace;
  background-color: #1e1a17;
  color: #f0e6d6;
  line-height: 1.6;
}
header {
  background-color: #2c241d;
  padding: 2em;
  text-align: center;
  border-bottom: 2px solid #a67c52;
}
h1 {
  font-size: 2.5em;
  margin-bottom: 0.2em;
  color: #ffcc00;
}
.claim {
  font-style: italic;
  color: #ccc;
}
main {
  padding: 2em;
  max-width: 800px;
  margin: auto;
}
.hero-image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1em auto;
}
.services h2 {
  color: #ffcc00;
}
.services ul {
  list-style-type: square;
  margin-left: 1.5em;
}
.services li {
  margin-bottom: 1em;
}
.contact {
  margin-top: 2em;
  font-weight: bold;
  text-align: center;
}
footer {
  background-color: #2c241d;
  color: #999;
  text-align: center;
  padding: 1em;
  margin-top: 2em;
  font-size: 0.9em;
}
a {
  color: #ffcc00;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.button {
  display: inline-block;
  margin-top: 1em;
  padding: 0.7em 1.2em;
  background-color: #443c32;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
}
.button:hover {
  background-color: #5b5044;
}