* {
  box-sizing: border-box;
}

body {
  max-width: 700px;
  padding: 3em;
  font-size: 1.1em;
}

img {
  max-width: 100%;
}