/* Set the box model */
*, *::after, *::before {
  box-sizing: border-box;
}

/* Framing content */
#page {
  margin: auto auto;
  max-width: 40em;
  position: relative;
}

/* Reset */
body {
  color: #555;
  font-family: 'Helvetica Neue', Helvetica, Verdana, Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 300;
  margin: 0;
  padding: 0.5em;
}

p {
  margin: 0 0 1em 0;
}

.poster {
  font-size: 2.0736em;
  /* font-weight: 600; */
}

div#page > p:first-child {
  margin-top: 1em;
}