body {
	margin: 0 !important;
}

.logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo svg {
  width:50%;
  height:auto;
  min-width:250px;
}

.bg-contato {
	background-image:url("./foto-anne.jpg");
}

/*/////////////////////////////////*/
/*MOBILE*/
  
@media only screen and (max-width : 767px) {
	
	.bg-contato {
		background-image:url("./foto-anne-mob.jpg");
	}  

}