@charset "utf-8";
/* CSS Document */

img{
	object-fit: contain;
}

body {
  
    min-height: 100vh;
    padding: 10vh 33vw;
	background-image: url("../imagens/easy-return-sistema-facilitado-de-trocas.jpg");
}

@media only screen and (max-width: 1000px) {
  body {
    padding: 10vh 2vw;
  }
}