body
{
    font-family: arial;
}

/* Do some css reset on selected elements */
h1, p
{
    margin: 0px;
}

h1 {
    font-size: 1.7em;
}

p {
    font-size: 0.9em;
}

#canvasContainer {
    position: relative;
    width: 300px;
}
 
#canvas {
    z-index: 1;
}
 
#prizePointer {
    position: absolute;
    left: 125px;
    top: -25px;
    z-index: 999;
}


