body { 
    background-color:#5c8733;
}

.shine {
    border : 5px thick red !important;
}

.header {
    text-align : center;
    font-family: sans-serif;
    font-size: 60px;
    color: #f2f5ed;
    border : 5px solid green ;
    margin:10px;
}

.score {
    text-align: center;
    font-family: cursive;
    font-size : 40px;
    color: #f2f5ed;
    margin:10px;
}

.info_text {
    color: #222422;
}

#maincanvas {
    border: 1px solid black;
    position: relative;
    display: block;
    width:649;
    height:548;
    margin-left:10%;
}

