body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  color: #333;
  line-height: 1.6;
  background: #fff;
}

.container {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
}

.back-link {
  display: inline-block;
  margin-bottom: 20px;
  text-decoration: none;
  color: #2c3e50;
  font-size: 14px;
}

.back-link:hover {
  text-decoration: underline;
}

.profile-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}

.profile-photo {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
}

.profile-info h1 {
  margin: 0;
  font-size: 28px;
  color: #2c3e50;
}

.profile-info h2 {
  margin: 5px 0 15px;
  font-size: 18px;
  font-weight: normal;
  color: #555;
}

hr {
  border: none;
  border-top: 1px solid #ddd;
  margin: 30px 0;
}

.story h3 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #2c3e50;
}

.story-columns {
  column-count: 2;
  column-gap: 40px;
}

.story-columns p {
  margin-bottom: 15px;
  text-align: justify;
}
