body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #f3f5f9;
}

.container {
  max-width: 800px;
  margin: 40px auto;
  background: #ffffff;
  padding: 24px 32px;
  border-radius: 10px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

h1 {
  margin-bottom: 4px;
  color: #1f3b4d;
}

h2 {
  margin-top: 0;
  color: #4f6f80;
  font-weight: normal;
}

.image-wrapper {
  margin: 20px 0;
  text-align: center;
}

.image-wrapper img {
  max-width: 100%;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

p {
  line-height: 1.6;
  color: #333;
}

ul {
  padding-left: 18px;
  color: #333;
}

li strong {
  color: #1f3b4d;
}