html, body {
 margin: 0;
 padding: 0;
 }
body {
 background-color: #000000;
 }
h3 {
 color: white;
 font-family: verdana, helvetica, arial, sans-serif;
 text-align: center;
 }
h2 {
 color: white;
 font-family: verdana, helvetica, arial, sans-serif;
 text-align: center;
 }
.zoom {
height:400px;
 }
.zoom p {
text-align:center;
 }
.zoom img {
width:200px;
height:200px;
 }
.zoom img:hover {
width:400px;
height:400px;
 }
a:link {
 color: white;
 }
a:visited {
 color: yellow;
 }
a:hover {
 color: gray;
 text-decoration: none;
 }
p {
 color: white;
 font-family: verdana, helvetica, arial, sans-serif;
 text-align: center;
 }
 
