body {
	background-color: #424;

	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 800 800'%3E%3Cg %3E%3Ccircle fill='%23000000' cx='400' cy='400' r='600'/%3E%3Ccircle fill='%23100613' cx='400' cy='400' r='500'/%3E%3Ccircle fill='%23190c1f' cx='400' cy='400' r='400'/%3E%3Ccircle fill='%2321102b' cx='400' cy='400' r='300'/%3E%3Ccircle fill='%23291237' cx='400' cy='400' r='200'/%3E%3Ccircle fill='%23311344' cx='400' cy='400' r='100'/%3E%3C/g%3E%3C/svg%3E");

	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	color: white;
	font-family: Arial, sans-serif;
	font-size: 110%;
	padding: 0px;
	margin: 0px;
	padding-top: 20px;
}
.center {
	text-align: center;
}
.slogan {
	text-align: center;
	color: gray;
	padding-bottom: 10px;
	font-style: italic;
}
body>div>h1 {
	font-size: 140%;
	text-align: center;
	margin: 0px;
	padding-bottom: 10px;
}
h2,h3 {
	color: #aabbaa;
	padding-top: 20px;
	font-size: 120%;
}
a {
	color: #00aaFF;
	text-decoration: none;
}
a:hover {
	color: #FF00FF;
	text-decoration: underline;
}
.logo {
	width: 120px;
	height: auto;
}
.container {
	width: auto;
	margin: auto;
	max-width: 90%;
	border: solid 1px red;
}
