body { background-color: var(--bg-light); } .card { border: none; border-radius: 15px; box-shadow: 0 4px 6px rgba(0,0,0,0.1); } .card-title { color: var(--dark-color); font-weight: 600; } .story-author { font-size: 1.2rem; font-weight: bold; }