header .icon-background {
    position: absolute;
    background-color: rgb(255,255,255);
    top: 2px;
    left: 2px;
    height: 46px;
    width: 46px;
    border-radius: 5px;
    z-index: 3;
    padding: 2px;
    display: inline-block;
    overflow-x: visible;
}

header .title {
    background: transparent;
    font-size: 1.5rem;
    font-weight: bold;
    color: rgb(255,255,255);
    position: absolute;
    top: 5px;
    left: 60px;
    display: inline-block;
    width: auto;
    z-index: 3;
}

header .icon-background .icon {
    position: relative;
    border: 1px solid rgb(97,37,116);
    background-color: rgb(255,255,255);
    height: 100%;
    width: 100%;
    border-radius: 5px;
    z-index: 3;
    background-image: url('../images/QuikPlan Linear 40x40.jpg');
    background-repeat: no-repeat;
    background-position-x: 0;
    background-position-y: 0;
    background-size: 39px 39px;
}
