html, body {
	height: 100%;
	overflow: auto;
}
body{
    background-color: #E8F6FF;
	
}
.bloco{

	background: #f8f8f8;
	padding: 2px 10px;
	margin: 5px;
	height: 247px;
	overflow: auto;
	box-shadow: 1px 2px 5px black;

}
.box1{
	height: 350px;
	overflow: auto;
	
}
#rodape {
	background: #f8f8f8;
	padding: 50px 0px 20px 0px;
	position: relative;
}
.centralizar{
  display: flex;
  justify-content: center;
  align-items: center;
}