
body {
  margin: 0;
  font-family: Arial, sans-serif;
  display: flex;
  background: #1e1e1e;
  color: white;
}

.sidebar {
  width: 250px;
  background: #111;
  padding: 20px;
  text-align: center;
}

.profile-pic {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin-bottom: 15px;
}

main {
  flex: 1;
  padding: 20px;
}

section {
  margin-bottom: 40px;
}

.project {
  margin-bottom: 30px;
}

a {
  color: #00bcd4;
}
