body {
     background: lightblue;
     font-family: "Lucida Console", "Courier New", monospace;
            }
            
   
            
figure {
    width:42%;
    background: /*#EFD6F6*/ white ;;
        }
            
            
            
section{
       background: white;
       width:90%;
       margin:auto;
            }

.resized-img {
  max-width: 900px;   /* Keeps it from getting huge */
  width: 100%;        /* Shrinks with screen size */
  height: auto;
  display: block;
  margin: auto;
}


.medium-img {
  max-width: 350px;
  width: 100%;
  height: auto;
  display: block;
  margin: auto;
}

.small-img {
  max-width: 200px;
  width: 100%;
  height: auto;
  display: block;
  margin: auto;
}

.tight-figure {
  width: auto;
  display: inline-block;
  background: none;     /* Removes background if any */
  padding: 0;
  margin: 0 30px;
  text-align: center;
}