
#breather_page
{
   width:100%;
   height:auto;
   text-align: center;
   display: flex;
   flex-direction: column;
   justify-content: center;
   background-color: cornflowerblue;
   border:2px groove blueviolet;
}

#breather_page button
{
   font-size: 22px;
   background-color: cadetblue;
   color:blue;
}

#breather_page select
{
   font-size: 22px;
   background-color: cadetblue;
   color:midnightblue;
}

canvas
{
   width:800px;
   height:600px;
   left:0px;
   top:0px;
   background-color:green;
   border:2px groove blueviolet;
   /* background-image: url("images/sunsetAtBay.jpg");
   background-size: contain  ;
   background-repeat: no-repeat; */
}

/* the canvas */
#paintedBreath
{
   width:800px;
   height:600px;
   left:0px;
   top:0px;
   background-color: beige;
   border:2px groove blueviolet;   
}


