.centered {
            text-align: center;
        }
        .story-nav {
            display: flex;
            justify-content: center;
            gap: 2rem;
            margin: 2rem 0;
        }
        .story-nav a {
            text-decoration: none;
            color: #0066cc;
        }
        .story-nav a:hover {
            text-decoration: underline;
        }