/* imgi layout styles */
/* Targets screens between 320px and 480px */

div.page {
  max-width: 456px; /* change this as you see fit */
  margin: 0 auto; /* this will keep the page centered if we have a width */
}