@charset "utf-8";
/* CSS Document */

html {
	background-color:#171717;
	background-image:url(../images/main-bg.png);
}

body {
	background-color:transparent;
	background-image:linear-gradient(to bottom, #08F 0px, transparent 600px);
}

header a img {
	opacity:0.7;
}

main {
	width:100%;
	max-width:1300px;
	height:auto;
	min-height:calc(100% - 60px);
	margin:0 auto;
	padding-bottom:80px;
	box-sizing:border-box;
}

h1 {
	font-family: "Inter Tight", sans-serif;
	font-weight: 900;
	font-size: 48px;
	font-style: italic;
	color: #DDD;
	text-align: center;
	margin-top: 20px;
}


