body {
	background: url("../img/bg.jpg") center no-repeat;
	background-size: cover;
	height: 100vh;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: whitesmoke;
	text-rendering: optimizeLegibility;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

h1, h2, h3, h4, h5 {
	font-size: 14px;
}

.coming-soon {
	width: 100%;
	max-width: 80%;
	text-align: center;
	margin: 0 auto;
}

#logo {
	width: 100%;
	max-width: 40%;
	margin: 0 auto 30px;
}

.coming-soon_title {
	font-weight: 800;
	font-size: 2em;
	letter-spacing: 0.5px;
}

.coming-soon_description {
	width: 100%;
	margin: 0 auto;
}

.line-timer-seperator {
	border-top: 1px solid whitesmoke;
	width: 100px;
	margin: 20px auto;
}

#countdown {
	font-size: 1em;
	font-weight: 400;
}

#particles-js {
	position: absolute;
	background-color: rgba(41, 41, 41, 0.9);
	width: 100%;
	height: 100vh;
	z-index: -1;
}

.copyright {
	max-width: 120px;
	height: auto;
	padding: 0 5px;
	display: inline !important;
    }
