/* Display eHealth Logo above content on page. */
h1 {
    background: transparent url(../images/ehealth.svg) no-repeat right top;
    background-size: 136px 47px;

}