body,
html {
	width: 100%;
	height: 100%;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	overflow: hidden;
}

.content {
	width: 100%;
	height: 100%;
	position: relative;
	background: url('../images/background_high_quality.jpg') center center no-repeat, url('../images/background_low_quality.jpg') center center no-repeat, linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5));
	background-size: cover;
}

#particles-js {
	position: absolute;
	width: 100%;
	height: 100%;
}

.center-logo {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 10px;
}

.copyright {
	position: fixed;
	bottom: 10px;
	color: white;
	font-weight: 300;
	text-align: center;
	width: 100%;
	font-size: 13px;
}
