@font-face {
    font-family: "xkcd";
    src: url('/downloads/Humor-Sans.ttf');
}

path {
    fill: none;
    stroke-width: 2.5px;
    stroke-linecap: round;
    stroke-linejoin: round;
}

path.axis {
    stroke: black;
}

path.bgline {
    stroke: white;
    stroke-width: 6px;
}


#plt {
    margin: 50px auto;
    font-family: "xkcd", sans-serif;
    font-size: 16px;
    color: #333;
}

text {
    font-family: "xkcd", sans-serif;
    font-size: 16px;
    color: #333;
}