@charset "utf-8";

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

#HomePage_WelcomeMessage {
  & ._Body {
    & ._Chapter {
      & ._ImageFloatLeft {
        & img {
          @container (min-width: 550px) {
            width: 50% !important;
          }
        }
      }
    }
  }
}

