body {
  font-family: Arial, sans-serif;
  margin: 0;
  line-height: 1.6;
  color: #222;
  background: #f7f7f7;
}

header {
  background: #111827;
  color: white;
  padding: 60px 20px;
  text-align: center;
}

header h1 {
  font-size: 42px;
  margin-bottom: 10px;
}

header a {
  display: inline-block;
  margin-top: 20px;
  background: white;
  color: #111827;
  padding: 10px 18px;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
}

section {
  max-width: 900px;
  margin: 30px auto;
  background: white;
  padding: 30px;
  border-radius: 10px;
}

.project {
  border-left: 4px solid #2563eb;
  padding-left: 15px;
  margin-bottom: 20px;
}

#projects {
  max-width: 1000px;
  margin: 40px auto;
  padding: 20px;
}

#projects h2 {
  font-size: 32px;
  margin-bottom: 25px;
  text-align: center;
}

.project {
  background: #ffffff;
  padding: 24px;
  margin-bottom: 22px;
  border-radius: 12px;
  border-left: 5px solid #2563eb;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.project h3 {
  margin-bottom: 10px;
  color: #111827;
  font-size: 22px;
}

.project p {
  color: #374151;
  font-size: 16px;
  line-height: 1.6;
}

section {
  max-width: 1000px;
  margin: 40px auto;
  padding: 20px;
}

section h2 {
  font-size: 32px;
  margin-bottom: 25px;
  text-align: center;
  color: #111827;
}

.card {
  background: #ffffff;
  padding: 24px;
  margin-bottom: 22px;
  border-radius: 12px;
  border-left: 5px solid #2563eb;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.card h3 {
  margin-bottom: 8px;
  color: #111827;
  font-size: 22px;
}

.card p {
  color: #374151;
  font-size: 16px;
  line-height: 1.6;
}

.under-construction {
  margin-top: 20px;
  padding: 18px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  background: #fff7ed;
  color: #c2410c;
  border: 2px dashed #fb923c;
  border-radius: 10px;
}