body {
    font-family: Arial, sans-serif;
    max-width: 700px;
    margin: 40px auto;
    padding: 0 20px;
    line-height: 1.6;
}

h1 {
    text-align: center;
}

.story-list {
    list-style: none;
    padding: 0;
}

.story-list li {
    margin: 10px 0;
}

.story-list a {
    text-decoration: none;
    color: #0056d6;
    font-size: 1.1em;
}

.story-list a:hover {
    text-decoration: underline;
}
