body {
    background: url(./img/pixel1jpg.jpg);
    background-size: 1500px 1000px;
}

h1 {
    font-family: 'Common Pixel', sans-serif;
    font-size: 70px;
    color : #f0af80;
    text-align: center;
    text-shadow: 6px 6px #965f37;
}

p{
    font-family: 'Common Pixel', sans-serif;
    color: white;
    font-size: 25px;
    text-shadow: 3px 3px #965f37;
}

#canvas {
    border : 5px solid white;
}

#score {
    font-family: 'Common Pixel';
    font-size: 35px;
    color : #ffdec7;
    text-shadow: 3px 3px #965f37;
}