/* Global */
a
{
	color: rgb(27, 243, 255);
}

a:visited
{
	color: rgb(53, 213, 201);
}

a:hover
{
	color: rgb(247, 185, 42);
}

/* Content */
html, body
{
	margin: 0px;
	background: linear-gradient(rgb(36, 14, 100), rgb(3, 1, 8));
}

#wrapper
{
	min-height: 100vh;
	text-align: center;
	color: rgb(255, 255, 255);
}

/* Other */
.gradient_line
{
	border: 0;
	height: 1px;
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(255, 0, 0, 0.45), rgba(0, 0, 0, 0));
}