body {
	background-color: black;
	overflow: hidden;
}
h1, h2, h3, h4, h5, h6, p {
	color: white;
}
.button {
	background: linear-gradient(-37deg, red, blue);
	border: none;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 36px;
	margin: 4px 2px;
	border-radius: 12px;
	position: relative;
	left: 52%;
}
#stats-area {
	position: absolute;
	left: 0%;
	bottom: 0%;
}
/*.show {
	display: block;
}
#click {
	display: none;
}
#ups {
	display: none;
}
.show#click {
	display: block;
}
.show#ups {
	display: block;
}*/
#structures {
	display: block;
	width: 25%;
	position: absolute;
	height: 50%;
}
#structure-content {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 47px;
}
#struct-head {
	background-color: #E700FF;
}
#structures:hover #structure-content {
	display: block;
	background-color: #4300AA;
}
#sb1 {
	position: absolute;
	left: 0px;
	top: 2%;
}
#sb2 {
	position: absolute;
	left: 0px;
	top: 22%;
}
#sb3 {
	position: absolute;
	left: 0px;
	top: 51%;
}
#sb4 {
	position: absolute;
	left: 0px;
	top: 71%;
}
#click {
	display: block;
}
#ups {
	display: block;
}
.changebutton {
	background-color: #E7E7E7;
	border: none;
	text-align: center;
	text-decoration: none;
	/*display: inline-block;*/
	font-size: 36px;
	margin: 4px 2px;
	display: none;
}