html {
	background: url("background.jpg") no-repeat center center fixed;
	background-size: cover;
	background-color: #090d06;
	cursor: url('mouse.png'), auto;	
}

body {
	color: #FFF;
	padding: 0;
	margin: 0;
	font-family: 'abe82d76fb599409d16bb6130fabb19b527ad32d63e3e960557c04e980e7bf97', Arial, Helvetica, sans-serif;
	src: url('font.woff') format('woff'),
	src: url('font.ttf')  format('truetype');
	letter-spacing: 0.09em;
}

a	{
	color: #b0e0f5;
}

h1 {
	font-size: 32px;
}

header {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25vh;
}

img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 85%;
	width: 1340px;
	transition: transform .1s;
}

img:hover {
	transform: scale(1.01);
}
img:active {
	transform: scale(0.99);
}

main {
	margin: auto;
	padding: auto;
	text-align: center;
	color: rgba(255,255,255,0.9);
	text-shadow: 0px 0px 25px #000;
	font-size: 20px;
	
}

footer {
	position: fixed;
	bottom: 25px;
	font-size: 16px;
	text-align: center;
	color: rgba(255,255,255,0.7);
	text-shadow: 0px 0px 6px #000;
	width: 100%;
}