body {
  padding: 50px 150px;
  font-family: 'Georgia', serif;
}


img.emoji {
  width:20px;
  vertical-align: middle;
  padding:0px;
}

.ascii {
   text-align: center;
 }

.ascii pre {
  display: inline-block;
  text-align: left;
 }

 blockquote {
   background: white;
   padding: 20px 30px 20px 30px;
   margin: 50px auto;
   width: 50%;
   max-width: 600px;
   text-align: center;
 }

 .shadow {
   border: solid 2px black;
   box-shadow: 15px 15px 0 0 black;
 }

 .shadow2 {
   background: url(/cyber/crypt/king-lulu-deer-pastel-cemetery.gif);
   background-repeat: repeat-x;
   background-position:0px 4px;
   border: solid 2px black;
   box-shadow: 5px 5px 0 0 black;
 }

.code pre {
  background: linear-gradient(to right,
             purple,
             orange,
             red);
     -webkit-background-clip: text;
     color: transparent;
   padding:25px;
   }

h1 {text-align:center;}
h2 {margin-top:50px;}

.grave li::before {
  content: '🪦 ';
}

.grave li {
  list-style: none;
}

footer {
    font-style:italic;
    font-size: 12px;
    text-align:center;
    padding:25px;
    margin:auto;
    margin-top:50px;
    border-top: 1px dotted;
    width:50%;
}
