@import url('https://fonts.googleapis.com/css2?family=Cascadia+Code:ital,wght@0,200..700;1,200..700&display=swap');

// <weight>: Use a value from 200 to 700
// <uniquifier>: Use a unique and descriptive class name

.cascadia-code-<uniquifier> {
  font-family: "Cascadia Code", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}


body {
	background-color:#101010;
  font-family: "Cascadia Code", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
	font-size:10pt;
	line-height: 20pt;
	margin: 0;
	padding: 0;
	letter-spacing: 0px;
	text-align: left;
	color: #fff;
}

.oneColElsCtrHdr #container {
	width: 75%;
	background: none;
	background-position:bottom center;
	background-repeat: repeat;
	margin: 0 auto;
	border: none;
	text-align: left;
}

.oneColElsCtrHdr #header { 
	color: #fff;
    font-size:10pt;
    line-height: 25pt;
	background: none; 
	margin-top:0px;
	text-align: center;
	padding-bottom:0px;
	padding-top: 0px;
	text-transform:uppercase;
	letter-spacing:6px;
	display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
} 

a:link {
	font-size:10pt;
	color: #818181;
	text-decoration: underline;
	letter-spacing:3px;
}

a {
	color: #818181;
    outline: 0;
}

a:visited {
	text-decoration: none;
	color: #818181;
}

a:hover {
	text-decoration: none;
	color: #818181;
}

a:active {
	text-decoration: none;
	color: #818181;
}