/* Custom CSS */

/* Example: Override main section background color. */
/* body .jupiterx-main {
    background-color: gray;
} */
/* Add your custom CSS codes in assets/less/style.less */
body {
  background-color: yellow !important;
}
