canvas {
    background-color: cyan;
    /* not needed for canvas, but it seems that if following are not set then 
    text line becomes tiny after orientation change!??? */
    max-width: 100%; 
    height: auto;
  }
