nav{
border: solid purple;

padding: 10px;
word-spacing: 15px;
width: 100%;
height: 15px;
}
h2{
   margin-left: 49%;
   margin-bottom: 50%;
	text-align: center;
	font-family: 'Gaegu', cursive;
    color:  #008080;
}
nav:hover{
	background-color: rgba(242, 242, 242,0.2);
}
a{
	text-decoration: none;
	color:   #006600;
}
.contain{
	height: 50%;
	width: 100%;
	display: flex;
	flex-wrap:wrap;
	background-image: url("https://static.pexels.com/photos/66898/elephant-cub-tsavo-kenya-66898.jpeg");
     background-size:100% 100%;

     
}
hr{
	color:purple;
}
p{
	color: Grey;
	font-family: cursive;
}
.bottom{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	
	
}


img{
	height: 450px;
	width: 400px;
	margin: 10px;
	margin-left: 10px;
}
p{
	
	color: #0E6655;
}
h3{
	text-align: center;
}
img:hover{
	background-color: rgba(242, 242, 242,0.2);
}


