
BODY {
font : 14px Arial, Helvetica, sans-serif;
color : #000000;
background: white;
clear: both;


}

.flex-container {

  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: space-between;
  height: 250px;
  width:100%;

  margin-bottom: 1em;
}

img.lazy {  display: inline; width:363px; height:240px; margin:5px;   }



 H1 {
font-weight : bold;
font-size : 24px;
margin : 0.5em auto;
}

#console {
 background-color: #0000ff;
 top:200px;
 height: 300px;
 margin: 0;
 padding: 0.5em 1em;
 position: fixed;
 left: 10px;
}






