/* Additional CSS classes for the book */

.faceimg {
  border-radius: 15px;
  overflow: hidden;
  margin-right: 5px;
}

img.img-thin-border {
  border: 1px solid #000;   /* thin black line */
  border-radius: 4px;         /* remove rounding (optional) */
  margin-bottom: 10px;
}

/* (Optional) ultra-thin “hairline” on high-DPI screens */
@media (min-resolution: 2dppx) {
  img.img-thin-border {
    border-width: 0.5px;
  }
}

.huge {
  font-size: 6em;
}
