@charset "utf-8";
body {
  margin: 0;
  padding: 0;
  background-color: #FFCC99;
  text-align: center;
}
.image-wrapper {
  max-width: 600px;
  margin: 0 auto;
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}