/* style.css */

* {
   font-size: 13px;
}

h2 {
   font-size: 26px;
}

body {
    margin: 0px;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 10px;
}



body{text-align: center;background: #f2f6f8;}
#Scorecard-Image{position:absolute;z-index:1;}

#Scorecard{
    display:inline-block;
    width:320px;
    height:480px;
    margin: 0 auto;
    background: black;
    position:relative;
    border:5px solid black;
    border-radius: 10px;
    box-shadow: 0 5px 50px #333}

#gameCanvas{
display:none;
}
