body,
.blocklySvg {
    /* background-color: #222 !important;
    background: url(img/demo.jpg) ; */
    background: url("startline.jpg") no-repeat center !important;
    background-attachment:fixed;
    background-size:cover;
    /* background-clip: border-box !important;
    background-origin: padding-box !important;
    background-attachment: scroll !important;
    background-repeat: repeat !important;
    background-size: auto !important;
    background-position: left top !important; */
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

span#title {
    color: rgb(190, 190, 190);
}

span#title a {
    color: rgb(79, 140, 201);
}

span#title a:hover {
    color: rgb(204, 187, 68);
}

.blocklyFlyoutBackground {
    fill: rgb(28, 28, 28);
}

#clearDataPara {
    color: rgb(190, 190, 190);
}

.gaugeFront {
    stroke: rgb(0, 173, 216);
}