/* Custom CSS */

/* Example: Override main section background color. */
/* body .jupiterx-main {
    background-color: gray;
} */
.redbg {
	background:red;
}


#rotate-text {
   width: 25px;
   transform: rotate(90deg);
}