body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 40px;
  background: #f4f6f8;
  text-align: center;
}

h1 {
  margin-bottom: 40px;
}

.project {
  background: white;
  max-width: 900px;
  margin: 30px auto;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.project img {
  width: 100%;
  border-radius: 10px;
  margin-top: 10px;
}

.project h2 {
  margin-bottom: 10px;
}