body {
  margin: 0;
  padding: 40px;
  background: #0f1117;
}

.img-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.img-content img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 5px;
}
