body {
  background-color: gray;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.education-section {
  max-width: 1000px;
  margin: auto;
  margin-top: 40px;
  background: lightgray;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.education-section h2 {
  font-weight: bold;
  margin-top: 0;
  text-align: center;
  padding-bottom: 30px;
}

.education-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.education-item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid black;
}

.education-item:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.education-item-header {
  margin-bottom: 10px;
}

.education-item-header h3 {
  font-weight: bold;
  margin-top: 0;
}

.education-item-header p {
  color: #666;
}

.education-item-details {
  color: #666;
}

.education-item-details p {
  margin-bottom: 10px;
}
