@"
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  color: #333;
  background-color: #f9f9f9;
}

header {
  background-color: #1f2937;
  color: #fff;
  text-align: center;
  padding: 50px 20px;
}

header nav a {
  color: #fff;
  margin: 0 15px;
  text-decoration: none;
}

header nav a:hover {
  text-decoration: underline;
}

section {
  padding: 50px 20px;
  max-width: 800px;
  margin: auto;
}

.project-list {
  display: grid;
  gap: 20px;
}

.project a {
  text-decoration: none;
  color: #1f2937;
}

.project a:hover {
  text-decoration: underline;
}
"@ > style.css
