@media (min-width: 400px) {
  body {
    position: absolute;
    width: 320px;
    height: 450px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
