*, *::before, *::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html, body {
	background: radial-gradient(circle at 50% 40%, #0a1020 0%, #05070f 40%, #02030a 100%);
	overflow: hidden;
	height: 100vh;
	width: 100vw;
}

#sphere,
#sphere-background {
	height: 100%;
	left: 50%;
	max-height: 500px;
	max-width: 500px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

#sphere-background {
		background: radial-gradient(circle, rgba(120, 180, 255, 0.25) 0%, rgba(80, 120, 255, 0.12) 30%, rgba(0, 0, 0, 0) 70%);
	max-height: 700px;
	max-width: 700px;
}

.tagcloud-content {
	background: #fafafa;
	border: 1px solid transparent;
	border-radius: 10px;
	box-shadow: 0 0 10px 10px #fafafa;
	display: inline-block;
	transition: all .5s;
}

.tagcloud-content:hover {
	transform: scale(1.4);
}

.tagcloud--item img {
	max-height: 12px;
	max-width: 100%;
	vertical-align: middle;
}

a {
	text-decoration: none;
}

#stars-1 {
	left: -500px;
	top: -500px;
}

#stars-2 {
	right: 2500px;
	bottom: 1500px;
}

#stars-3 {
	left: -800px;
	bottom: 1500px;
}

#stars-4 {
	right: 3000px;
	top: -700px;
}

.stars-sphere {
	height: 0;
	position: absolute;
	width: 0;
}

.star {
	background-color: rgba(255, 255, 255, 0.75);
	border: 0 solid transparent;
	border-radius: 50%;
	box-shadow: 0 0 2px 2px rgba(255, 255, 255, 0.25);
	color: white;
}

.star-type-1 {
	height: 1px;
	width: 1px;
}


.star-type-2 {
	height: 1.5px;
	width: 1.5px;
}


.star-type-3 {
	height: 2px;
	width: 2px;
}


.star-type-4 {
	height: 2.5px;
	width: 2.5px;
}