/* custom.css */

.float-right {
    float: right;        /* Floats the element to the right side */
    margin: 0 0 1em 1em; /* Add spacing around the image (top, right, bottom, left) */
  }

  .inline-img {
    display: inline !important;  /* forces image to be inline */
    vertical-align: middle;      /* adjust vertical alignment if desired */
  }