@font-face {
	  font-family: 'Orbitron';
	  font-style: normal;
	  font-weight: 400;
	  src: local('Orbitron-Light'), local('Orbitron-Regular'), url(https://fonts.gstatic.com/s/orbitron/v7/HmnHiRzvcnQr8CjBje6GQnYhjbSpvc47ee6xR_80Hnw.woff2) format('woff2');
	  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
	}
body{
	height: 100%;
        margin: 0;
	font-family: Orbitron;  
	background-image: url("https://acrite.ly/img/pattern2.png");
}
h1 {
	text-indent: 50px;
             color: rgb(255,255,255);
	font-family: Orbitron;
	font-size: 48px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 26.4px;
}
h2 {
	text-indent: 60px;
	color: rgb(255,255,255);
	font-family: Orbitron;
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 26.4px;
}
h3 {
	text-indent: 60px;
	color: rgb(255,255,255);
	font-family: Orbitron;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 15.4px;
}
p {
	text-indent: 60px;
	color: rgb(255,255,255);
	font-family: Orbitron;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 20px;
}
blockquote {
	color: rgb(255,255,255);
	font-family: Orbitron;
	font-size: 21px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 30px;
}
pre {
	color: rgb(255,255,255);
	font-family: Orbitron;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 18.5667px;
} 
a {text-decoration: none; }
a:link {
		color: rgb(255,255,255);
}
a:visited {
		color: rgb(255,255,255);
}
a:hover {
		color: rgb(255,255,255);
}
a:active {
		color: rgb(255,255,255);
}