
body {
    padding-top: 50px;
    background-color: #333333;
    font-family:'Raleway','Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.white { color:#FFFFFF; }
.center {text-align: center};

.callToAction{
    font-size: 20pt;
}

.targetDistanceHeadline {
    font-size: 12pt;
}

.starter-template {
    padding: 40px 15px;
    text-align: center;
    color: #CCCCCC;
}

.targetDistance {
    font-size: 60pt;
}

.targetCanvas {
    background-color: #006600;
    touch-action: none;
    padding-bottom: 80px;
    position: relative;
}

.targetCanvas img {
    margin: 0 25%;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}