/* Add this to your theme's CSS file or Additional CSS */
canvas {
    /*
    border: 1px solid #000;
    background-color: pink;
    width: 90%;
    height: 90%;
    /*max-width: 600px;
    max-height: 600px;*/


    border: 1px solid #000;
    background-color: pink;
    width: 90%;
    height: auto;
    /* Automatically adjusts to maintain aspect ratio */
    /*max-width: 600px;*/
}