/* About Section */
#about {
  padding: 10px 10px;
  margin: 25px auto;
  max-width: 850px;
  width: 100%;
  text-align: initial;
  background-color: var(--bg-dark);
  border: 4px solid var(--primary-color);
  border-radius: 10px;
  box-shadow: 0 4px 8px var(--shadow-subtle);
}

#about h2 {
  font-size: 32px;
  margin-bottom: 6px;
  color: var(--primary-color);
  text-align: center;
}

.about-simple {
  padding: 0 12px 6px;
}

.about-simple p {
  font-size: 17px;
  line-height: 1.7;
  color: var(--text-light);
  margin-bottom: 10px;
  font-weight: bold;
}
