body{
    background-image: url('./images/Background3.png');
    background-size: cover;
}

#canvas{
    margin : 20px 10px 0px 20px
    border: 10px solid black;
    font-size: 100px;
    width : 800px;
    height : 900px;
}

#scoreboard{
    margin-top : 30px;
    /* border: 10px solid red; */
    font-size: 100px;
    background-image: url('./images/controlleroverlay.png');
    background-repeat: no-repeat;
    width: 500 px;
    height: 800 px;

}

div{
    display: flex;
    justify-content: center;
}


