footer .footer-col .text {
  display: none;
}

body {
  font-size: 1.2rem;
}

@media (max-width: 500px) {
  body {
    font-size: 1.5rem;
  }
}

.centered-img {
  text-align: center;
  margin-top: 2rem;
}

.centered-img img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.markdown-body a {
  text-decoration: none;
  color: #00a8cc; /* optional: customize link color */
}

.markdown-body a:hover {
  text-decoration: underline; /* optional: add back on hover */
}

h1:first-of-type {
  margin-top: 0;
}

