.borderCircle {
  border-radius: 9999px;
  margin-bottom: 0rem;
  text-decoration: none;
  object-fit: cover;
}

.center {
  display: flex;
  justify-content: center;
}

.testimonial {
  display: block;
  max-width: min(100%, 800px);
  margin: 0 auto 1.5rem auto;
}

@media (max-width: 768px) {
  body {
    font-size: 18px;
    line-height: 1.7;
    padding: 0 14px;
  }

  h1, h2, h3 {
    line-height: 1.25;
  }

  pre, code {
    font-size: 0.9em;
    overflow-x: auto;
  }
}
