<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: VeteranTypewriter;
  font-style: normal;
  font-weight: 400;
  src: url(fonts/veteran_typewriter-webfont.woff) format('woff');
}
@font-face {
  font-family: IMFellDWPicaPro;
  font-style: normal;
  font-weight: normal;
  src: url(fonts/imfelldwpicapro-regular.otf) format('opentype');
}
@font-face {
  font-family: IMFellDWPicaPro;
  font-style: italic;
  font-weight: normal;
  src: url(fonts/imfelldwpicapro-italic.otf) format('opentype');
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scrollbar-width: thin;
  scrollbar-color: #9E7A56 transparent;
}
body, html {
  height: 100%;
}
body {
  background-color: #000103;
  cursor: url(img/paw.png), auto;
}
a {
  cursor: url(img/pawbent.png), auto;
}
#bg {
  position: fixed;
  background-image: url("img/sky3.jpg");
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
#sky {
  height: 100%;
  z-index: 2;
}
.star {
  box-shadow: 0px 0px 1px 1px rgba(255, 255, 255, 0.4);
  position: absolute;
  width: 1px;
  height: 1px;
  border-radius: 2px;
  background-color: white;
  z-index: 3;
}
#title-top {
    margin: -80px 0 0;
    text-align: left;
}
#title-bottom {
    margin: 140px 0 0;
    text-align: right;
}
#title-top, #title-bottom {
    font-family: VeteranTypewriter, Serif;
    font-size: 16pt;
    color: #fff;
    z-index: 4;
}
#content {
  display: flex;
  flex-direction: column;
  z-index: 6;
}
#menu ul {
  list-style: none inside;
  font-family: VeteranTypewriter, Serif;
  font-size: 10pt;
  text-transform: uppercase;
  text-align: center;
}
#menu ul li {
  display: inline;
  padding: 0 10px 0;
}
#menu a:link, #menu a:visited {
  color: #8d5028;
  text-decoration-line: none;
}
#menu a:hover, #menu a:active {
  color: #914716;
  text-decoration: underline;
  text-decoration-color: white;
  text-decoration-thickness: 2px;
  text-decoration-style: solid;
  text-shadow: 2px 2px 2px white;
}
#textarea {
  font-family: IMFellDWPicaPro, Serif;
  font-size: 11pt;
  line-height: 1.5;
}
#textarea a:link, #textarea a:visited {
  color: #914716;
  text-decoration: none;
}
#textarea a:hover, #textarea a:active {
  color: #1D3B55;
  text-decoration: underline;
  text-decoration-color: white;
  text-decoration-style: solid;
  text-shadow: 2px 2px 2px white;
}
#textarea h1 {
  font-family: VeteranTypewriter, Serif;
  font-size: 14pt;
  text-align: center;
  color: #75492d;
  margin: 10px 0 5px;
  clear: both;
}
#textarea h1.title {
  font-size: 18pt;
  text-transform: capitalize;
  margin: 0 0 5px;
}
#textarea h2 {
  font-family: VeteranTypewriter, Serif;
  font-weight: normal;
  font-size: 12pt;
  color: #75492d;
  margin: 15px 0 2px;
  padding: 0 10px 0;
  clear: both;
}
#textarea p {
  padding: 0 10px 0;
  text-indent: 25px;
  text-align: justify;
  text-align-last: left;
  scroll-snap-align: end;
  break-after: column;
}
#textarea p.noint {
  text-indent: 0;
}
#textarea .center {
  display: block;
  margin: auto;
  width: 90%;
  text-align: center;
}
#textarea .flex-center {
  display:flex;
  justify-content:center;
  margin: 10px 0 20px;
}
#textarea .divider {
  height: 25px;
  break-inside: avoid;
  background-image: url(img/divider.png);
  background-position: center center;
  background-repeat: no-repeat;
  clear: both;
}
#textarea img {
  max-width: 45%;
  break-inside: avoid;
  border-width: 9px;
  border-image-slice: 33% 33% 33% 33% fill;
  border-image-width: 8px 8px 8px 8px;
  border-image-outset: 1px 0px 0px 2px;
  border-image-repeat: round round;
  border-image-source: url("img/minilace2.png");
  border-style: solid;
  margin: 5px;
  float: left;
}
#textarea img.head-image {
  display: block;
  width: 150px;
  clip-path: circle(45%);
  shape-outside: circle(50%);
  border: none;
  margin: 0 auto 0;
  float: none;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
#textarea img.stamp1, #textarea img.stamp2, #textarea img.stamp3, #textarea img.stamp4, #textarea img.stamp5 {
  border: none;
  margin: 30px 10px 5px;
}
#textarea img.stamp1 {
  transform: rotate(-8deg);
}
#textarea img.stamp2 {
  transform: rotate(7deg);
}
#textarea img.stamp3 {
  transform: rotate(3deg);
}
#textarea img.stamp4 {
  transform: rotate(-15deg);
}
#textarea img.stamp5 {
  transform: rotate(15deg);
}
#textarea ul {
  list-style: circle inside;
  padding: 0 10px 0;
  break-inside: avoid;
}</pre></body></html>