body {
        background-color: blue;
}
.image-row {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 40px 0;
}

.image-row img {
    object-fit: cover;
}

h1,p {
        background-color: yellow;
        color: blue;
}

h2 {
        color: blue;
}

h3 {
        color: blue:
}


