.pcontainer {
  /* display: flex; */
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 5% 5% 9%;
}

#project-card {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.171);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(15.2px);
  -webkit-backdrop-filter: blur(15.2px);
  border: 1px solid rgba(255, 255, 255, 0.23);
}

.card {
  width: calc(33.33% - 20px * 2);
  margin: 10px;
  padding: 20px;
  color: white;
  box-sizing: border-box;
  min-height: 300px;
  min-width: 300px;
  max-height: 300px;
  max-width: 300px;
}

.card.content {
  font-size: 16px;
  overflow-y: auto;
}

.card h2 {
  font-size: 24px;
  margin: 0;
  margin-bottom: 5px;
}

.card .made-by {
  font-size: 12px;
}

.card a {
  color: #00bbff;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
}

.card a:hover {
  text-decoration: underline;
}
