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

body{
	font-family: 'Century Gothic', Calibri, serif;
	font-size: 26px;
	text-align: center;
	background:-webkit-linear-gradient(#c5a8f2,lightblue);
}

h1,h2{
	font-weight: normal;
}

h4 {
    text-transform: lowercase;
    color: #8e17a4;
}

p {
    text-indent: 150px;
    letter-spacing: 1px;
}
img{
	width: 50%;
    display: inline ; /* block ou inline */
    margin-left: auto;
    margin-right: auto }
a {
    text-decoration: none ;
    color: #008CBA;
	
}
footer{
	height: 80px;
	padding-top: 10px;
	text-align: center;
	background:-webkit-linear-gradient(lightblue,#c5a8f2);
	border-top: 3px solid lightblue;
}

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