.about {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem;
}

.about-intro h1 {
  font-size: 2.2rem;
  margin-bottom: 0.5rem;
  text-align: center;
}

.about-body {
  overflow: hidden;
}

.about-body ul {
  margin: 1em 0;
  padding-left: 1.5rem;
  list-style: disc;
}

.about-image {
  margin-top: 2rem;
  text-align: center;
}

.about-image img {
  max-width: 300px;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.about-float-img {
  float: right;
  margin-left: 1.5rem;
  margin-bottom: 1rem;
  width: 200px;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}