html {
  font-size: 16px;
  /* Adjust to your preferred size */
}

/* For paragraph text */
p,
li,
article {
  line-height: 1.5;
  text-align: justify;
  text-align-last: left;
}

/* for lists */
li>p {
  margin-block: 0.5rem;
}

/* For headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
}

/* Headshot styling */
#banner-home-img {
  border-radius: 12px;
}

/* Caption under image */
#image-caption-home {
  margin-top: 1rem;
  text-align: left;
  font-size: 0.95rem;
}

#image-caption-home hr {
  margin: 0.5rem 0;
}

/* Card styling */
.card-title {
  font-size: 1.25rem;
}

.card-description {
  font-size: 1rem;
}