.credits-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    row-gap: 40px;
    width: 100%;
}

.credit {
    width: 100%;
}

.credit img {
    width: 100%;
}

.credit div {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 400px;
}

.credit p {
    margin-top: 10px;
}

#david-kovalenko-9-qFzV9a2Zc-unsplash {
    background-image: url(/img/woodcottage.png);
}

#patrick-hinz-mtZ_nK35Kmo-unsplash {
    background-image: url(/img/forest.png);
}

#joshua-newton-7qjqQjt7zXQ-unsplash {
    background-image: url(/img/campfire.png);
}

#bruno-guerrero-H-Tds_ayte0-unsplash {
    background-image: url(/img/big_bin.png);
}

#pierre-bamin-K3QQLUlqVVg-unsplash {
    background-image: url(/img/cap-est-chameleon.png);
}

#mark-tegethoff-NbgQfUvKFE0-unsplash {
    background-image: url(/img/magic_ascii.png);
}