body {
	background: #020024;
	background: linear-gradient(0deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 49%, rgba(0, 212, 255, 1) 100%) fixed center;
	color: #fff;
	font-family: Arial, Tahoma, "Noto Sans", "Times New Roman";
}

.main {
	max-width: 768px;
	margin: auto;
	background-color: #0a0a0a;
	padding: 10px 20px 10px 20px;
	box-shadow: 0px 0px 20px 0px #000;
}

.header h1 {
	margin-top: 0px;
}

.header h2 {
	margin-bottom: 25px;
}

a {
	color: #fff;
	text-decoration: none;
}

a:active {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

.main h2 {
	font-weight: normal;
	margin-top: -25px;
	font-style: italic;
}

.nav {
	margin-top: -15px;
	background-color: #4a4a4a;
	padding: 10px;
	position: sticky;
	top: 0;
	margin-left: -20px;
	margin-right: -20px;
}

.left {
	float: right;
}

.footer {
    float: center;
    text-align: center;
    bottom: -5px;
    line-height: 0px;
    font-family: Tahoma, 'px sans nouveaux', Tahoma, Arial;
    font-weight: bold;
    text-shadow: 1px 1px 0px #000000;
    color: white;
	width: 104%;
	background-color: #001EFF;
	padding: 5px;
	position: sticky;
	margin-bottom: -8px;
	margin-left: -20px;
	margin-right: -8px;
}