body {
  /* background images on this site are stolen from https://unicornjelly.com/ujhowidoit1.html do read this piece of internet history  */
  background: url(..//css/media/unicorn-jelly-tiling.gif) repeat;
  margin: 8px;
}

p {
  background: white;
  padding: 4px 8px 8px 4px;
  border-style: ridge;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph {
  background: white;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 8px;
  padding-left: 4px;
  border-style: ridge;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

ul {
  padding-left:18px;
}

hr {
    display:block;
    border:0px;
    height:17px;
    margin-bottom:-5px;
    background-image:url(..//css/media/unicorn-jelly-border.gif);
}

h1, h2 {
  color: black;
  text-align: center;
  text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff,
             1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
}

h2 {
  margin-top: 8px;
  margin-bottom: 0px;
}

.asciiart {
  font-family: monospace;
  white-space:pre;
  width: min-content;
}
