svg {
 /*font-family: 'Luckiest Guy', cursive;*/
    color: black;
    font-size: 0.2em;
    position: absolute;
    top: 0.5%;
    left: 0;
    z-index: 100;
}

svg.shifted {
    top: 19%;
}

path {
    fill: transparent;
    /*stroke: rgb(255, 0, 0);*/
    /*stroke-width: 0.1;*/
}

text {
    text-anchor: middle;
 /*fill: #FF9800;*/
}

#groundText {
    font-family: "MType", serif;
}

textPath {
    alignment-baseline: hanging;
}