﻿html, body {
   height:100%;
   width: 100%;
   margin: 0;
   padding: 0;
   border: 0;

   font-family: Garamond;
   font-size: 120%;
   font-weight: normal;

}




div {
    width:100%;
    margin: auto;
    text-align:center;
}
.div-black {
    width:100%;
    height:auto;
    text-align:center;
    background-color: black;
    color: white;
    padding:10px;
}
img {    
    width: 100%;
    max-width: 1000px;
}

