section, nav, footer, figure, figcaption
 {
 display:block;
 }
#global {
 background:black;
 overflow:hidden;
 margin-left:auto;
 margin-right:auto;
 padding:0;
 }
figure {
 text-align:center;
 }
img {
 width:50px;
 height:50px;
 }
.zoom img {
 width:200px;
 height:200px;
 }
.zoom img:hover {
 width:400px;
 height:400px;
 }
figcaption {
 color:white;
 font-family:Garamond, Georgia, Times, Baskerville, serif;
 font-size:130%;
 text-align:center;
 }
nav {
 text-align:center;
 }
h2 {
 font-family:Garamond, Georgia, Times, Baskerville, serif;
 font-size:150%;
 text-align:center;
 }
h4 {
 color:white;
 font-family:Garamond, Georgia, Times, Baskerville, serif;
 font-size:110%;
 text-align:center;
 }
a:link {
 color:white;
 }
a:visited {
 color:yellow;
 }
a:hover {
 color:green;
 }
p {
 text-align:center;
 }


