html
{
	font-family: Archivo, Helvetica, Arial, sans-serif;
	font-variation-settings:
		"wdth" 90;

}
body
{
	background-color: rgb( 12, 12, 12 );
	color: white;
	font-size: 1.5em;
	text-align: center;
	padding: 1in;
	font-weight: normal;
}
h1
{
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: 300;
}
h1,h2,h3,h4,h5,h6
{
	font-family: AIR3508, Archivo, Helvetica, Arial, sans-serif;
	font-variation-settings:
		"wdth" 80;
}
h2, h3, h4, h5, h6
{
	color: #0048ff;
}

a:link
{
	text-decoration: none;
	color: #0099ff;
}
a:visited
{
	text-decoration: none;
	color: rgb(200, 47, 255);
}
a:hover
{
	text-decoration: underline;
}
a:active
{
	text-decoration: underline;
}

p
{
	text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
}

#header
{
	max-width: 1200px;
}

video
{
	max-width: 100%;
}
