@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@200;300;400&display=swap');

body {
	background-color: #F4F4F6;
	color:#222;
	width: 93%;
	display: block;
	margin: auto;
	font-family: 'IBM Plex Mono', monospace;
	text-align: justify;
	line-height: 150%;
	padding-top: .5%;
	padding-left:.5% ;
	padding-right:1% ;
	text-align: left;
	font-size: 1.0em;
}

h1 {
	line-height: 250%;
}

img {
	width: 100%;	
}


.invert_b_w
{
	background-color: #000; 
	color: #fff;
	font-weight: 900;
	padding-left:7px ;
	padding-right:7px ;
	padding-bottom:5px ;
}

.heading_b_w
{
	background-color: #eee; 
	color: #000;
	font-weight: 700;
}

article {
	text-align: justify;
}

article::first-letter {
	-webkit-initial-letter: 2;
			initial-letter: 2;
	font-weight: 200;
	border: 1px solid #000;

	padding-left:3px ;
	padding-right:3px ;
	padding-top: 3px;
	padding-bottom: 3px;

	margin-right: .3em;
  }

.scale_font
{
    height: 1em; 
    width: 1em;
}

.c_border
{
	border: 1px solid ;
	padding:1%;		
}

.footer 
{
	font-size: .75em;
}

a:link { text-decoration: none; color: black;  }
a:visited { text-decoration: none; color: black;}
a:hover { text-decoration: none; color: black;}
a:active { text-decoration: none; color: black;}

.container { position: relative;}
.container img { display: block; }
.container .fa-download { position: absolute; bottom:0; left:0; right: 0; top: 0;}
