/********************************/
/* WIDGET: Hello World
/********************************/


/* Hello World Widget */
.sharpen-widget-hello-world {
	direction: initial;
	font-family: Arial;
    padding: 2em;
    text-align: center;
    background: var(--fancy-color);
    color: var(--white-color);
}
/***/


/********************************/




