img {
    height: 270px;
    width: 405px;
}

figcaption {
    width: 76%;
}

h1 {
    background-color: orange;
    color:white;
    padding: 10px;
}

h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
    padding: 1px;
    color: orangered;
}

p {
    margin-top: 0;
    margin-bottom: 0;
    color: orange
}

body {
    background-color: black;
    background-size: cover;
}

div {
    display: grid;
    grid-template-columns: 1fr 1fr; /* Three equal columns */
    gap: 20px; /* Space between columns */
    width: 42%;
}

.imgSource {
    font-size: 12px;
    position: relative;
    top: -4px;
}

#laguneFoto {
    width: 240px;
}

#hesteFoto {
    width: 270px;
}