path {
    stroke: #000;
    stroke-width: 1.5;
    cursor: pointer;
}

text {
    font: 14px sans-serif;
    cursor: pointer;
}
path {
    background-image: url(https://www.conflabs.com/wp-content/themes/confidenceAnalytics/inc/img/logo.png);
    background-repeat: repeat-x, repeat-y;
}
p#intro {
    text-align: center;
    margin: 1em 0;
}
.svg-container {
    position: relative;
    width: 100%;
    vertical-align: top;
    max-width: 850px;
    margin: 0 auto;
}
.svg-content {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}