body {
    background: linear-gradient(to bottom, navy, white);
}


h2 {
	font-family: Helvetica, sans-serif;
    color: white;
}

a:link {color: white;}
a:visited {color: white;}
a:hover {color: white;}
a:active {color: white;}

img {
  box-shadow: 8px 8px 12px #aaa;
}