@media screen and (max-width: 540px) {
	body {
		background-color: #fefefe !important;	
	}
}

body {
	height: auto;
	width: 100%;
	font-family: 'Google Sans', Roboto, Arial, sans-serif !important;
	/*background-image: url('https://unsplash.it/g/1500/800?random');*/
	/* 	background-image: url('fundo-page-colorida.jpg.xhtml?ln=images'); */
	background-color: #e5e5e5;
	transition: 1s all;
}

img {
	margin: 10px auto;
	height: auto;
	width: 100px;
}