.about-section {
  background: #fff;
  padding: 20px;
  margin: 20px 0;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.about-section h2 {
  color: #2c3e50;
  margin-bottom: 10px;
}

.about-section ul {
  padding-left: 20px;
}

.about-section ul li {
  margin: 6px 0;
}

footer {
  text-align: center;
  font-size: 14px;
  color: #777;
  padding: 20px 0;
}

footer a {
  text-decoration: none;
  color: #777; /* TASK: add your own colour! */
  /* it's currently hidden as it's in white HAHA */
}

