body {
  font-family: Arial, sans-serif;
  max-width: 900px;
  margin: auto;
  padding: 20px;
  line-height: 1.6;
}

header h1 {
  margin-bottom: 0;
  color: #522d80; /* Clemson purple */
}

section {
  margin-top: 30px;
}

.project {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

a {
  color: #0056b3;
  text-decoration: none;
}
