/***** CSS *******/

body{
	font-family: Bradley Hand, cursive;
	font-size: 26px;
	text-align: center;
	background-color: #f88e55
}

h1,h2{
	font-weight: normal;
}

h4 {
    text-transform: uppercase;
    color: rgb(0,90,255);
}

p {
    text-indent: 150px;
    letter-spacing: 1px;
}
img{
	width: 210px;
	height: 310px;
    display: inline;
	image-orientation: from-image;
	
}

a {
    text-decoration: none;
    color: #008CBA;
}
footer{
	height: 115px;
	text-align: center;
	background-color: #ffffff ;
	border-top: 2px solid #AAA;
}

ul, ol {
    margin: auto;
    width: 20%;
}