body {
    background-image: url(./images/background.png);
    text-align: center;
    font-family: 'VT323', monospace;
}
canvas {
    background-color: black;
    width: 100;
    height: 200;
    box-shadow: 20px 20px 20px rgba(0,0,0,0.5);
}
h1 {
    font-size: 55px;
}
#instructions {
    font-size: 20px;
}
#score {
    font-size: 20px;
}
.startBtn {
    background-color: purple;
    color: white;
    font-family: 'VT323', monospace;
}
.restartBtn {
    background-color: purple;
    color: white;
    font-family: 'VT323', monospace;
}