body 
{
	background-image: url("bg2.jpg");
	background-color:#152238;
	background-size: cover;
 	background-attachment: scroll;
 	max-width: 100%;
 	overflow-x: hidden;
}

a 
{
	font-size:10px;
 	font-family: 'Dela Gothic One', cursive;
 	color:lightyellow;
}

.poem {
	padding-top: 110px;
	color: #f8eeb6;
	font-size:13px;
	font-family:"futura-pt", sans-serif;
	text-align: justify;
	letter-spacing: 0.8px;
}


h3
{
	font-size:10px;
 	font-family: "Dela Gothic One", cursive;
	color:lightyellow;
	line-height:25px;
}

.shoe {
	top:30px;
	left: 50%;
	opacity: 0.5;
}

.shoe:hover {
	opacity: 1;
	all 0.5s ease-in-out
}
