.topo {
	text-align: center ;
	overflow: auto;
}

.newsletters {
	padding: 30px;
	width: 40%;
	background-color: #FFF;
	margin-top: 50px;
	margin-bottom: 50px;
	border-radius: 20px;
	margin:auto;
}

.redeSociais {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: auto;
	width: 20%;
	overflow: auto;
	margin-bottom: 50px;
	margin-top: 50px;
}

.redeSociaisLogo {
	justify-content: center;
	border-radius: 30px;
	padding: 15px;
	background-color: #FFF;
	width: 40px;
	float: left;
	margin-right: 20px;
}

.poweredBy {
	width: 200px;
	margin: auto;
	margin-top: 10px;
	text-align: center;
	font-size: x-small;
	font-weight: bold;
	padding: 3px;
	border-radius: 5px;
	background-color: rgb(128, 57, 196);
}

@media screen and (max-width: 800px) {
    /* For mobile phones: */
	.newsletters { width: 75%;}
}