html,
body{
  width:100%;
  margin:0;
  background:#fff;
}

body{
  min-height:100vh;
}

img{
  display:block;
  width:100%;
  height:auto;
}
