#story_output {
    background-color: #f8f9ff; /* açık mavi ton */
    border: 2px solid #dbe4ff;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 25px;
    line-height: 1.6;
    color: #333;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    width: 700px;
    height: 200px;
    overflow-y:auto;
}

#story_output strong {
    display: block;
    font-size: 18px;
    margin-bottom: 12px;
    color: #1a237e;
}

#story_output p {
    margin: 0;
}
