h1 {
      font:32pt Verdana;
      font-weight:bold;
   }
h2 {
      line-height: .5;
   }           
img {
      display: block;
      margin: auto;
      }
figcaption{text-align:center;}
    {font-weight:bold;
    }  
button {
      background-color: aqua;
      }
button:hover {
      color:red;
}
section {
      font:24 pt Verdana;
}
a {
      text-decoration: none;
}
body {
   /*background-color:lightskyblue;*/
      background-image:linear-gradient(to bottom, lightskyblue, pink);
      height:100%;
      width:100%
}
html {
      min-height:100%;
      position:relative;
}
.imgContainer {
      float:left;
}
