.skills-section {
  max-width: 850px;
  margin: 40px auto;
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}

.skills-section h2 {
  text-align: center;
  color: #003366;
  margin-bottom: 25px;
}

.skills-section h3 {
  color: #00509e;
  margin-top: 25px;
}

.skills-section ul {
  list-style-type: square;
  padding-left: 20px;
  margin-bottom: 20px;
}

.skills-section p {
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
}
