body{
    background-image: url(game_achtergrond.png);

}

.container {
    margin: 0px auto;
    width: 500px;
    
}
 
canvas {
    border: 2px solid black;
    border-radius: 5px;
    backdrop-filter: blur(5px);
    
}

.startButton {
    display: flex;
    justify-content: center;
    align-items: center;
}
 
.canvas {
    background-color: blue;
    filter: blur(2px);
    
    }
    

h1{
    text-align: center;
}

p{
    text-align: center;
}
#scoreBoard {
    font-family: Arial, sans-serif;
    font-size: 20px;
    margin-bottom: 10px;
    color: white;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 5px 10px;
    display: inline-block;
    border-radius: 5px;
}

