@import url("font.css");
@import url("header.css");
@import url("footer.css");
@import url("section.css");



body{
	width: auto;
	margin: auto;
	background-color: #FFF;
	overflow-x:hidden;
	margin-top:96px;
}

whatsapp{
	position:fixed;
	right:20px;
	bottom:55px;
	z-index:999;
	cursor:pointer;}
	
whatsapp img{
	width:60px;
	}	
	
@media only screen and (max-width: 420px) {
body{
	margin-top:90px;
}
}

.videocenter{
	display: flex;
	flex-direction: column;
	align-items: center;
}