After creating the application and trying to make changes to the css, the changes are not being reflected.
After some inspection it looks like it's an error related to the app name.
The app name is virtual-assistant and the problem seems to be that the css is preprended with .virtual-assistant but the actual class name is virtualAssistant in the DOM.

