@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500&family=Roboto+Condensed:wght@300;400;700&display=swap');
html,
body {
	padding: 0px;
	margin: 0px;
	background: rgb(40, 40, 40);
	color: rgb(190, 192, 193);
}

H1,
H2,
H3,
H4,
H5,
p,
div {
	font-family: "Roboto Condensed";
	padding-top: 0px;
	margin-top: 0px;
}

H1,
H2,
H3 {
	font-weight: 300;
	padding-bottom: 0px;
	margin-bottom: 5px;
	margin-top: 20px;
}

H1 {
	font-size: 25pt;
	text-align: right;
	letter-spacing: 1pt;
	border-bottom: 2px solid rgba(255, 255, 255, 0.2);
	margin-bottom: 10px;
	padding-bottom: 10px;
}

H2 {
	font-size: 20pt;
}

H3 {
	font-size: 14pt;
}

p, li {
	font-size: 11.5pt;
	line-height: 18pt;
	font-weight: 100;
	margin-top: 0px;
	margin-bottom: 10px;
}

li {
	margin: 5px;
	padding: 0px;
}

ul {
	padding: 0px;
	margin: 5px;
	margin-left: 25px;
}

section, header {
	background: rgba(255, 255, 255, 0.03);
	border-radius: 2px;
	padding: 20px 50px;
	max-width: 800px;
	padding-top:100px;
}

#Page {
    padding:5px;
	text-align: center;
}

.update {
	display: block; 
	font-size: 10pt;
	padding:25px;
	text-align:left;
	margin-top:25px;
	border-radius:5px;
	text-shadow:0px 0px 1px black;
	background:rgba(255,255,255,0.1);
	box-shadow: 0px -3px 1px rgb(0 0 0 / 10%), 0px 0px 5px rgb(10 10 10 / 10%);
}

.spacer {
	display: block;
	width: 100%;
	height: 50px;
}

article {
	display: inline-block;
	text-align: left;
	box-shadow: 0px 3px 1px rgb(0 0 0 / 10%);
}
 


 a {
     border-bottom:1px dotted skyblue;
     color:skyblue;
     text-decoration:none;
 }
 
 article section:first-child {
    margin-top:5px;
 }
 
 article section:last-child {
    padding-bottom:250px;
 }