/*****
Change color or background color of header using these classes

.layout--container .wh-header {
    background-color: #75788A;
    color: #1B3D74;
}
NB: these colors don't look good yet, background especially
*****/

.app__footer {
  display: none !important;
}

.footer__powered {
    display: none !important;
}