body,html {
  height: 100%;
  margin: 0;
  background-color: #2c353b;
  overflow: hidden;
  color:#797979;
  font-size: 10px;
  font-family: arial;
  
}

.bg {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('images/bg.png');
}

#text {
	font-size: 130px;
	font-family: 'Poppins', sans-serif;
	font-style: italic;
	letter-spacing:-3px;
	color: #000;
	margin-top: -100px;
    position: absolute;
    text-align: center;
    top: 80%;
    width: 100%;
opacity: 0.3;
font-weight:600;
}

#counter
{
	position:fixed;
		bottom: 5px;
		right: 5px;
	
}

::selection {color: #2371c7; background: #000;}
::-moz-selection {color: #2371c7; background: #000;}
::-webkit-selection {color: #2371c7; background: #000;}
