/* Story page specific styles */
body {
    color: #000000;
}

h3, h4, h5, h6, p, label, small, .form-label, .form-text {
    color: #000000;
}

.welcome-message {
    margin: 20px 0;
    padding: 15px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.1);
}

.welcome-message h4 {
    margin-bottom: 15px;
}

.welcome-text {
    color: #000000;
    font-weight: bold;
}

#story-area {
    font-family: 'Times New Roman', Times, serif;
    line-height: 1.6;
}

/* Add any other story-specific styles below */ 