body{
    background: black url(background.jpg) no-repeat top center;
    font-family: Helvetica;
    margin-left: 150px;
}

a{
    color: #ffffff;
    text-decoration: none;
}

canvas{
    background: #000000;
    border: 2px #000000 solid;
}

.container{
    margin: 30px;
    width:600px;
    overflow: auto;
    position: relative;
}

#stats{
    width: 590px;
    background: ;
    padding: 5px;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 5px;
    overflow: auto;
}

#score, #high_score{
    width: 25%;
    height: 50px;
    padding-top: 20px;
    float: left;
    margin-right: 5px;
    overflow: auto;
    background: #0b0c0c;
    text-align: center;
}

#reset_score {
    padding: 10px;
    float: right;
}


#overlay {
    display: none; 
    color: #ffffff;
    font-size: 25px;
    text-align: center;
    position: absolute;
    top: 170px;
    right: 180px;
}

#overlay a{
    
    margin: block;
    margin-top: 8px;
    padding: 7px;
    background: #038334;
}

#overlay a:hover {
   
    background: #06be24;

}
