* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}

body {
  background: #f5f5f5;
  color: #333;
  line-height: 1.6;
}

header {
  background: #222;
  color: white;
  text-align: center;
  padding: 60px 20px;
}

section {
  padding: 40px 20px;
  max-width: 800px;
  margin: auto;
}

h2 {
  margin-bottom: 20px;
}

.project {
  background: white;
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 8px;
}

.project a {
  text-decoration: none;
  color: #007bff;
}

.skills ul {
  list-style: none;
}

.skills li {
  background: white;
  margin-bottom: 8px;
  padding: 10px;
  border-radius: 5px;
}

footer {
  background: #222;
  color: white;
  text-align: center;
  padding: 30px 20px;
}
