body {
  font-family: 'Segoe UI', sans-serif;
  background-color: #fef9f5;
  color: #6c705f;
  margin: 0;
  padding: 0;
}

.container {
  max-width: 700px;
  margin: 2rem auto;
  padding: 2rem;
  #background-color: #ededeb;
  border: 1px solid #ddd;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

header {
  text-align: center;
  margin-bottom: 2rem;
}

.header-image {
  max-width: 180px;
  height: auto;
  margin-bottom: 1rem;
}

h1 {
  font-size: 2rem;
  #color: #eeeeee;
}

h2 {
  #color: #eeeeee;
  border-bottom: 1px solid #e0cfc0;
  padding-bottom: 0.3rem;
  margin-top: 1.5rem;
}

p {
  line-height: 1.6;
  font-size: 1rem;
}
