body {
  font-family: Arial, sans-serif;
  max-width: 900px;
  margin: auto;
  padding: 20px;
  line-height: 1.6;
  color: #333;
}

header {
  text-align: center;
}

.tagline {
  font-size: 1rem;
  color: #555;
}

h1 {
  margin-bottom: 5px;
}

h2 {
  color: #2c3e50;
}

ul {
  padding-left: 20px;
}

.skills {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

th, td {
  border: 1px solid #ccc;
  padding: 8px;
  text-align: left;
}

thead {
  background-color: #f2f2f2;
}

footer {
  text-align: center;
  margin-top: 20px;
  color: #666;
}
