body{
    background-color: #ECECEC;
    font-size: 20px;
    display: flex;
    align-items: center;
}

#intro {
    display: inline-block;
    width: 25%;
    text-align: left;
    padding: 8px;
    color: #418eec;
}

#resetButton {
    font-size: 20px;
    font-weight: bold;
    padding: 8px;
    color: #418eec;
}

svg {
    text {
        line-height: 1.25em;
        font-family: sans-serif;
        font-size: 20px
    }

    path {
        stroke: #000;
        fill: #ddd;
        fill-opacity: 0.6;
        stroke-width: 0.7
    }

    path:hover {
        fill: #0000;
    }
}