/* Custom styles for the blog */

.navbar-brand {
  font-weight: bold;
}

/* Section audio players */
audio.section-audio {
  width: 100%;
  margin: 0.5rem 0 1rem 0;
  border-radius: 6px;
}

/* GIF animations - responsive and centered */
.quarto-figure img,
p > img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1rem auto;
  border-radius: 6px;
}
