body {
  font-family: 'Segoe UI', sans-serif;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  color: #333;
  line-height: 1.6;
}

header {
  background-color: #f0f0f0;
  padding: 40px 20px;
  text-align: center;
}

header h1 {
  font-size: 2.5em;
  margin: 0;
}

.subtitle {
  font-size: 1.2em;
  font-weight: normal;
  color: #666;
}

.quote {
  font-style: italic;
  margin-top: 10px;
}

main {
  padding: 30px 20px;
  max-width: 900px;
  margin: auto;
}

section {
  margin-bottom: 40px;
}

h2 {
  font-size: 1.4em;
  margin-bottom: 10px;
  border-bottom: 2px solid #ccc;
  padding-bottom: 5px;
}

ul {
  list-style-type: disc;
  padding-left: 20px;
}

.skills .skill {
  margin-bottom: 15px;
}

.skill .percent {
  float: right;
}

.bar {
  background-color: #4caf50;
  height: 10px;
  border-radius: 4px;
  margin-top: 5px;
}
