body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  margin: 0;
  background-color: #fdfdfd;
  color: #333;
}

header {
  background-color: #6a1b9a;
  color: white;
  padding: 40px 20px;
  text-align: center;
}

section {
  max-width: 900px;
  margin: auto;
  padding: 40px 20px;
}

h1, h2 {
  margin-bottom: 10px;
}

.section-title {
  border-bottom: 2px solid #6a1b9a;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.skills, .projects {
  list-style: none;
  padding-left: 0;
}

.skills li, .projects li {
  margin-bottom: 10px;
}

footer {
  background-color: #333;
  color: white;
  text-align: center;
  padding: 20px;
}

a {
  color: #6a1b9a;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.profile-pic {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid white;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  margin-bottom: 15px;
}
