 body {
  background-color: #174032;
  text-align: center;
 }
 p {
	text-align; center;
}
h3 {
	color: White;
	font-family: Verdana; 
	text-align: center;
	font-size: 25px;
}
h1 {
	color: white;
	font-family: Comic Sans MS;
	text-align; center;
	font-size: 30px;
}
img {
	height: 500px;
	width: 500px;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
a {
    display: block;
    width: 60px;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
a:link, a:visited {
    width: 120px;
    font-weight: bold;
    color: #174032;
    background-color: white;
    text-align: center;
    padding: 4px;
    text-decoration: none;
    text-transform: lowercase;
}
a:hover, a:active {
    background-color: #0C371D;
    color: white;
}