body{

    display: flex;
    justify-content: center;
    background-color: black;
}

canvas
{
    
    background-color: black;
    border: 5px solid white;
   
}