.projects {
  width: 80vw;
  display: flex;
  flex-direction: column;
  max-width: 1500px;
  margin: 50px auto;
  padding: 0 20px;
  gap: 40px;
}

.project-card {
  background: #ECE7E1; 
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.project-card p {
  max-width: none;
  width: 100%;
}
.project-card h3 {
  margin-bottom: 10px;
}

.project-card p {
  margin-bottom: 15px;
  line-height: 1.6;
}

.project-link {
  color: #4ea6ff;
  font-weight: 600;
  text-decoration: none;
}

.project-link:hover {
  text-decoration: underline;
}
