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

h1{
    margin-bottom: 10px;
}

h2{
    margin-top: 40px;
    margin-bottom: 20px;
}

.images-grid{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
    align-items: flex-start;
}

.images-grid img{
    width: calc((100% - 40px) / 3);
    height: auto;
    display: block;
}

.storyboard{
    width: 100%;
    height: auto;
    display: block;
    margin-top: 40px;
}

.story-text{
    margin-top: 30px;
}