
body {
  margin: 0;
  font-family: Arial, sans-serif;
}

/* Sidebar */
.sidebar {
  position: fixed;
  left: 0;
  top: 0;
  width: 150px;
  height: 100%;
  background: #222;
  color: white;
  padding: 20px;
}

.sidebar h2 {
  margin-top: 0;
}

.sidebar a {
  display: block;
  color: #ddd;
  text-decoration: none;
  margin: 15px 0;
}

.sidebar a:hover {
  color: white;
}

/* Main Content */
.content {
  margin-left: 200px;
  padding: 20px;
}

section {
  margin-bottom: 30px;
}

.active {
  color: white;
  font-weight: bold;
}

.profile-pic {
  width: 200px;
  height: 200px;
  object-fit: contain;
  display: block;
  margin: 16px 0;
}

.experience-item {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ddd;
}

.experience-item h2 {
  margin-bottom: 0.1rem;
}

.role {
  font-weight: 600;
  color: #444;
}

.date,
.note {
  font-size: 0.9rem;
  color: #777;
}

.experience-item ul {
  margin-top: 0.5rem;
  padding-left: 1.2rem;
}

.experience-item li {
  margin-bottom: 0.4rem;
}

.education-item {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #ddd;
}

.education-item h2 {
  margin-bottom: 0.2rem;
}

.degree {
  font-weight: 600;
  color: #444;
}

.date {
  font-size: 0.9rem;
  color: #777;
}

.education-item ul {
  margin-top: 0.5rem;
  padding-left: 1.2rem;
}

.education-item li {
  margin-bottom: 0.4rem;
}

.gpa {
  font-weight: 500;
  color: #666;
  margin-left: 0.5rem;
}
.coursework {
  margin-top: 0.5rem;
  font-size: 0.95rem;
  color: #555;
}

.leadership-item {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #ddd;
}

.leadership-item h2 {
  margin-bottom: 0.2rem;
}

.role {
  font-weight: 600;
  color: #444;
}

.date {
  font-size: 0.9rem;
  color: #777;
}

.leadership-item ul {
  margin-top: 0.5rem;
  padding-left: 1.2rem;
}

.leadership-item li {
  margin-bottom: 0.4rem;
}

.portfolio-item {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #ddd;
}

.portfolio-item h2 {
  margin-bottom: 0.2rem;
}

.tech {
  font-weight: 600;
  color: #555;
  font-size: 0.95rem;
}

.portfolio-item ul {
  margin-top: 0.5rem;
  padding-left: 1.2rem;
}

.portfolio-item li {
  margin-bottom: 0.4rem;
}
