/* Displays the canvas in the middle of the page*/
main{
    margin:0;
    display:flex;
    justify-content:center;
    align-items:center;
   }
   /*setting the font color/position*/
   h1{
   text-align:center;
   color:rgb(168, 51, 31);
   }