/* story divisions: three parts like the novel */ .part { margin-top: 2.8rem; }
hr.star-break::before { content: "❀ ❀ ❀"; letter-spacing: 6px; }
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>The Vegetarian · A Story by Han Kang</title> <style> /* RESET & TYPOGRAPHY – evocative of dreamlike, stark prose */ body { background-color: #eef2e6; margin: 0; padding: 0; font-family: "Georgia", "Times New Roman", serif; color: #1e2a1c; }
.epigraph { font-style: italic; border-left: 3px solid #b1c9a8; padding-left: 1.5rem; margin: 2rem 0 2rem 1rem; color: #4f6047; font-size: 0.95rem; }
h2 { font-size: 1.6rem; font-weight: normal; font-family: "Georgia", serif; color: #2f5230; margin-top: 0.5rem; margin-bottom: 1.2rem; }