#particles-js canvas,
.background {
	width: 100%;
	height: 100%;
	z-index: -1;
}
.avatar,
.discord,
.social,
.social a,
h1,
h2 {
	text-align: center;
}
@font-face {
	font-family: motiva;
	src: url(https://cdn.gangwarsrp.com/link/assets/fonts/Motiva-Sans.ttf);
}
body {
	background: #1a1a1a;
	margin: 0;
	height: 100%;
	width: 100%;
	transition: opacity 0.4s ease-in-out;
	color: #fff;
}
.background {
	position: fixed;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center;
	transition: opacity 2s;
	filter: blur(12px);
}
.bg-clear {
	background: 0 0;
	color: #f8f8f2;
}
.shittyinfo p,
.social,
.social a,
h1,
h2 {
	color: #fff;
}
h1,
h2 {
	font-size: 26px;
}
.avatar {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-radius: 50%;
}
.avatar:hover {
	border-radius: 45%;
}
.centerorsomething {
	display: flex;
	height: 90vh;
	justify-content: center;
	align-items: center;
}
.centerorsomething h2,
.centerorsomething p,
.centerorsomething span {
	text-align: center;
	margin: 0;
}
.social {
	padding: 8px 8px 8px 13%;
	display: inline-block;
	margin-top: 5%;
}
.discord,
.logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.social a {
	font-family: Montserrat, sans-serif;
	font-size: 18px;
	padding: 8px;
	text-decoration: none;
}
.social a:hover {
	color: #4086eb;
}
.shittyinfo {
	z-index: 999;
}
#particles-js canvas {
	background: #17191f;
	position: absolute;
}
.discord {
	max-width: 300px;
}
