@charset "utf-8"; 

@page {
  size: 80mm 5200mm;
  margin: 0mm;
}

    @bottom-center{
        content: counter(page);
        font-family: Times New Roman;
        font-size: 150%;
    }
}

@page :first {
  @bottom-center {
    content: none;
  }
}

@font-face {
    font-family: abordage;
    src: url(https://chatty-pub-files.hackersanddesigners.nl/files/2/99/nMPuQi6bsXWzzHQcKzByuHnk/abordage-regular.woff);
}

@font-face {
    font-family: Director-Regular;
    src: url(https://chatty-pub-files.hackersanddesigners.nl/files/2/d2/T7cPNlPHYfJD7uGerSbUl2zH/Director-Regular.otf);
}


@font-face {
    font-family: Latitude;
    src: url(https://chatty-pub-files.hackersanddesigners.nl/files/2/f8/52Q5ce2-rtPtoRRQpZrwp0X_/Latitude-Regular.otf);
}

body{
    font-family: "Courier New", monospace;
    font-size: 15px;
    line-height: 1.5;
    color: black;
    padding: 15px;
    --paged-layout: booklet; 
}

/* ------------------------------------ cover */

@page:first {    
    color: black;
    background-size: cover;   
    background-repeat: no-repeat; 
    filter: hue-rotate(17deg);
}
    
.cover{
    font-family: "Courier New", monospace;
    margin-top: 30px; 
    padding: 15px;
    background-clip: border-box;
}

.cover h1#title {
    font-family: "Courier New", monospace;
    font-size: 200%;
    line-height: 1.2em;
}

.cover h2 {
    font-family: "Courier New", monospace;
    font-size: 200%;
    line-height: 1.1em;
    margin-bottom: 40px;
}

/* ------------------------------------ main */


    
    .main{
    padding: 15px;
}

.prompt{
    outline: dashed;
    padding: 1px 11px 1px 11px;
    margin-bottom: 50px;
    }

h1 {
    font-family: "Courier New", monospace;
    font-size: 500%;
    line-height: 0.9em;
}

section#main pre{
    color: black;
}


.main h2 {
    font-family: "Courier New", monospace;
    font-size: 200%;
    line-height: 1.2em;
}

blockquote{
   margin-right: 0; 
   font-family: abordage;
   font-size: 140%;
   line-height: 1.2em;
}

code {
    white-space: wrap;
}

/* 
Images are always grayscale in the main content and 
are alone on a page
*/
.main img {
    display: block;
    filter: grayscale(100%);
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 20px;
    width: 100%;

}

/*
*** alone on a line in markdown will be turned into a <hr>
we use this a way to force a page break, and hide the hr itself.
*/

hr {
  break-after: page;
  border: none;
  margin: 0;
  height: 0;
}


.ppppruhhh {
     font-size: 90%;
  font-style: italic;
font-weight: bold; 
letter-spacing: .1em;
    }


.azerty {
	font-family: Arial Black;
	    font-weight: normal;
	    font-style: normal;
}


.jfh {
    font-family: "Arial Rounded MT Bold";
    margin-left: 20px;
    }


.abcde {
    font-family: abordage;
    margin-top: 80px; 
    padding: 10px;
    box-shadow: 5px 5px 10px grey;
} 


.mar {
font-size: .9em;
font-family: courrier new, monospace;    
letter-spacing: .1em;
box-shadow: 5px 5px 10px grey;
padding: 7px;
border: 1px dotted white;
background: white;
border-radius: 10px;
margin: .5rem;
color: rgb(60,60,60);
transform: rotate(1deg);
}
.mar em {
    font-family: serif;
    font-weight: bold;
    font-style: oblique;
    padding: .2em;
    border: 1px solid;  
    font-size: 1.2em;
    }
.hyt {
font-family: Times New Roman;
font-style: italic;
text-shadow: 0 0 2px gray;
}

.www {
    font-family: verdana;
    font-size: .8em;
    text-decoration: 1px underline wavy;
    text-underline-offset: .1em;
}

.www p::first-letter {
    font-family: serif;
    font-size: 1.6em;
    text-transform: uppercase
}

.norm {
font-family: Times New Roman;
  font-size: 50em;
font-style: Bold;
text-shadow: 0 0 2px yellow;
}

.jkl {
font-family: monospace;
border: 2px dotted;
rotate: 2deg;
}



