body{
	margin: 0px;
	height: 100vh;
	overflow: hidden;
}
#privacy-link{
    font-size:24px;
    position: absolute;
    top: 20px;
    left: 20px;
    font-family: BebasN;
    color: white;
    margin: 0;
    text-decoration: none;
    z-index: 5;
}
#privacyLink h4{
     margin: 0;
}

#header-mid-text{
	position: absolute;
	top: 50%;
	right: 100px;
	transform: translateY(-50%);
	font-family: 'BebasN';
	text-align: right;
}
#infohover{
	position: absolute;
	transition: 0.2s;
	width: 400px;
	font-size: 18px;
	bottom: 20px;
	left: 20px;
	cursor: pointer;
}
#infohover h4{
	margin: 0px;
	color: rgba(255,255,255,0.5);
	font-family: Arial;
}
#infohover:hover h4{
	color: rgba(255,255,255,1);
}
#header-mid-text h1{
	font-size: 48px;
	line-height: 1;
	margin: 0 10px 0 0;
	color: #fff;
	cursor: default;
	display: inline;
	vertical-align: middle;
}
#header-mid-text a img{
	vertical-align: middle;
	opacity: 0.5;
	width: 50px;
}
#header-mid-text a img:hover{
	opacity: 0.7;
}
#particles-js{
	position: static;
	margin-top: -100px;
	margin-left: -100px;
	background: #010115;
	height: calc(100% + 200px);
	width: calc(100% + 200px);
}
::selection{
	background-color: #222;
	color: #fff;
}
-webkit-::selection{
	background-color: #222;
	color: #fff;
}
@font-face {
	font-family: BebasN;
	src:url("BebasNeue-Regular.ttf");
}
@media(max-width: 800px){
	#header-mid-text{
		text-align: center;
		right: 50%;
		top: 50%;
		transform: translate(50%, -50%);
	}
	#header-mid-text h1{
		display: block;
	}
}
@media(max-width: 500px){
	#infohover{
		width: calc(100% - 40px);

	}
}
