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

.images-row{
    display: flex;
    gap: 20px;
    margin-top: 40px;
    align-items: flex-start;
}

.images-row img{
    width: calc((100% - 60px) / 4);
    height: auto;
    display: block;
}

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