body {
  margin: 0;
  font-family: system-ui, sans-serif;
  background-color: #f9fafb;
  color: #1e293b;
  line-height: 1.6;
}

.container {
  max-width: 800px;
  margin: 40px auto;
  padding: 20px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.title {
  font-size: 28px;
  text-align: center;
  margin-bottom: 20px;
  color: #0f172a;
}

.main-image {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 20px;
}

.description {
  font-size: 18px;
  text-align: justify;
}
