@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;
  }
}

.center-text {
  text-align: center;
}

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

.redline {
  border: 2px solid red;
}
