body {
	background-color: black;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.background {
	overflow: hidden;
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
}

#earth {
	filter: invert(100%);
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.foreground {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	width: 100%;
	height: 100%;
}

.top {
	display: flex;
	flex-grow: 1;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.middle {
	display: flex;
	flex-grow: 5;
	justify-content: center;
	align-items: center;
}

.bottom {
	display: flex;
	flex-grow: 1;
	flex-direction: row;
	justify-content: center;
	align-items: flex-end;
	width: 100%;
}

.topLeft {
	display: flex;
	flex-grow: 1;
	justify-content: flex-start;
	align-items: center;
}

.topMiddle {
	display: flex;
	flex-grow: 1;
	justify-content: center;
	align-items: center;
}

.topRight {
	display: flex;
	flex-grow: 1;
	justify-content: flex-end;
	align-items: center;
}

.middle {
	text-align: center;
}

.webring {
	display: flex;
	flex-grow: 1;
	justify-content: center;
	align-items: center;
}

.webring a {
	color: white;
	text-decoration: none;
	font-size: 25px;
}

.webringLink {
	display: flex;
	flex-grow: 1;
	justify-content: center;
	align-items: center;
}

.webringLink a {
	color: white;
	text-decoration: none;
	font-size: 20px;
}

#linkText {
	color: gray;
	padding: 0 10px;
	font-size: 30px;
}

#titleText {
	color: white;
	font-size: 60px;
}
