@charset "utf-8";

:root {
  /* --color-primary: blue; */
}


/* Adjust the bottom margin of the welcome message image */
#HomePage_WelcomeMessage {
  & ._Body {
    & ._Chapter {
      & ._ImageFloatLeft {
        & img {
          margin-bottom: 20px !important;
        }
      }
    }
  }
}


