h1 {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 10px;
}

h3 {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    line-height: 10px;
}

blockquote {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 21px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 30px;
}

pre {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 18px;
}

/* For Desktop PC (see @media for Tablets/Phones) */
html {
    font-family: Verdana, Geneva, sans-serif;
    max-width: 900px;
    padding-left: 2%;
    padding-right: 3%;
    margin: 0 auto;
    background: #212121;
    color: white;
    }

    
/* For small screen devices */
@media (max-width: 500px) {
    * {
        font-size: 12px; 
    }
}

div.heading {
    font-weight: bold;      
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 4ch;
    }


.title {
    text-decoration: none;
}

/* style for links */
a {
    color: black;
    font-weight: bold;
}

/* style for images */
img {
    border: none; 
}

/* style for paragraphs */
p {
    margin-top: 0px;
    text-align: justify;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 20px;
}

/*
sup {
  vertical-align: 0.3em;
  font-size: 0.65em;
}

/* Only take care of X overflow since this is the only part that can be too wide.
     The Y axis will never overflow.
  */
/*
pre {
  font-family: fabfont, monospace;
  background-color: white; 
  border: 1px solid Black; 
  padding-left: 2%;
  padding-top: 1ch;
  padding-bottom: 1ch;
  
  overflow: hidden;
}


img.pixel, canvas.pixel {
  image-rendering: pixelated;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
}

blockquote { 
background-color: #f3f3f3;
border: dashed 1px grey; 
width: 97.5%; 
font-style: italic; 
text-align: justify;

padding: 1ch; 
padding-top: 2ch; 
padding-bottom: 2ch;     

margin : 0ch; 
margin-bottom: 2ch; 
margin-top: 0ch;
}

blockquote div {
text-transform: none;
text-align: right;
width: 100%;
}

code {
/*font-size: 110%;*/
/*
font-weight: bold;
background-color: #e1e1e1;
border-radius: 0.5ch;
padding-left: 0.3ch;
padding-right: 0.3ch;
}

.trivia {
border-left: 1px solid black; 
padding-left: 1ch;
}

*/