body { font-family: "Microsoft JhengHei", sans-serif; background-color: #fff5e6; text-align: center; padding: 40px; } h1 { color: #ff6600; font-size: 36px; } button { margin: 10px; padding: 10px 20px; font-size: 18px; border: none; background-color: #ffd966; border-radius: 8px; cursor: pointer; } button:hover { background-color: #ff9900; } .story { margin-top: 30px; font-size: 20px; color: #333; min-height: 80px; } .image-container { margin-top: 20px; } .story-image { max-width: 80%; border-radius: 12px; box-shadow: 0 4px 10px rgba(0,0,0,0.2); }