.story-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 20px;
}

.story-header {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #3e3e42;
}

.story-title {
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 10px;
}

.story-meta {
    font-size: 12px;
    color: #858585;
}

.back-link {
    display: inline-block;
    margin-bottom: 20px;
    color: #9cdcfe;
    text-decoration: none;
    font-size: 14px;
}

.back-link:hover {
    text-decoration: underline;
}

.story-content {
    line-height: 1.8;
    font-size: 16px;
    color: #d4d4d4;
}

.story-content p {
    margin-bottom: 20px;
}



