body {
	background: #000000;
	background: radial-gradient(circle, rgba(0, 40, 128, .2) 31%, rgba(0, 255, 206, .6) 100%);
	color: #00FFCE;
	font-family: fantasy;
}

h1 {
	text-align: center;
	margin-top: 2%;
	border-radius: 25px;
	pointer-events: none;
}

h3 {
	margin-left: 2%;
	pointer-events: none;
}

p {
	margin-left: 4%;
}

a {
	color: #FFFFFF;
}

#linkbox {
	width: 400px;
	border-radius: 25px;
	background-color: rgba(23, 23, 23, 0.4);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	box-shadow: 10px 10px;
}