
body {
    font-family: avenir,arial, helvetica, sans-serif;
margin: 0;
padding: 0;
background-color:#FECC66;
color:black;
}



::-webkit-scrollbar {
    width: 12px;
    background-color: lightgray;
}
::-webkit-scrollbar-thumb {
    background-color: teal;
    
}

header {

	background-color: #1190AD;
	color: antiquewhite;
}
h2 {

	margin-top: 30px;
	text-align: center;
	
}

p {
	
	font-size: 16px;
	text-align: justify;
	margin-left: 50px;
	margin-right: 50px;
	


}

div {
	margin-top: -30px;
}


.livre1 {
	
	margin-left: 50px;
	float: left;
	margin-right: 20px;
	max-width: 100%;
	margin-top: 55px;
	position: relative;

	
	border-radius: 7px;
	
	
	
	
}

footer {
	height: 40px;
	text-align: center;
	position: fixed;
	width: 100%;
	bottom: 0;
	background-color:#A9DCF4 ;
	display: flex;
	align-items: center;
	justify-content: center;

	}

footer a {
	color: #0E7084;
}





@media screen and (max-width: 700px) {

 
    
header {
    font-size: 10px;
    margin-top: 5px;
    margin-bottom: 5px;

}

img {
	width: 20%;
	margin-left: 15px;
}

p {
    font-size: 10px;
    margin-left: 20px;
	margin-right: 20px;
	
}

footer {
    font-size: 9px;
    
}

}












