
body {
    background-color: rgb(253, 158, 63);
     padding: 8px;
}

img {
    width: 50%;
    height: auto;
}

.grid-item {
    display: grid;
    grid-template-columns: repeat(2);
    gap: 10px;
}