.developer-card {
  max-width: 100vw;
  height: auto;
  margin: 2rem;
}

.developer-image {
  max-width: 13rem;
  max-height: 13rem;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.5);
  box-shadow: 8px 8px 18px rgba(0, 0, 0, 0.5);
}

.img-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(100, 170, 255, 0.7);
  border-radius: 6px;
}

.developer-text {
  text-align: start;
  font-size: 1.1rem;
  color: #FFF;
}

.checkmark-list {
  list-style: none;
  padding-left: 0;
}

.checkmark-list li {
  position: relative; 
  padding-left: 1.2rem;
}

.checkmark-list li::before {
  content: "✔"; 
  position: absolute; 
  left: 0;
}
