.nooknook-story {
	max-width: 900px;
	margin: auto;
	background: #fff8f0;
	padding: 20px;
	border-radius: 15px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.1);
	font-family: "Vazir", sans-serif;
  }
  .nooknook-story h1 {
	text-align: center;
	color: #e67e22;
  }
  .nooknook-story section {
	margin: 30px 0;
	padding: 15px;
	border-radius: 10px;
	background: #fdf2e9;
  }
  .download-btn {
	display: inline-block;
	margin-top: 10px;
	padding: 8px 15px;
	background: #27ae60;
	color: white;
	border-radius: 8px;
	text-decoration: none;
  }
  .download-btn:hover {
	background: #219150;
  }
  