.story-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    text-align: justify;
    font-family: 'Playfair Display', serif;
    line-height: 1.8;
}

.image-container {
    text-align: center;
    margin: 20px 0;
}

.image-container img {
    max-width: 200px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    display: block;
}


h4 {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

p {
    margin-bottom: 1.5em;
}
