
.dj-team {
  background:#dd3333;
  color:white;
  padding:20px;
  font-family:Arial,sans-serif;
  text-align:center;
}

.dj-grid {
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:20px;
}

.dj-card {
  background:#962821;
  padding:15px;
  border-radius:10px;
  width:220px;
}

.dj-card img {
  width:100%;
  max-width:180px;
  border-radius:10px;
  margin-bottom:10px;
}
