body {
  width: 675px;
  margin: 0 auto;
}

p, h1, h2 {
  font-family: monospace;
  word-wrap: break-word;
  white-space: pre-wrap;
  unicode-bidi: isolate;
  padding: 0.25em 0em;
}

h2 {
  font-style: italic;
}

div {
  padding: 5% 0 5% 0;
}

#wolf {
  text-align: center;
  padding: 0 15% 5% 15%;
  display: inline-block;
}

a {
  text-decoration: none;
  border-bottom: 1px dotted #ccc;
}

img {
  max-width: 100%;
  max-height: 100%;
}


