@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300);

*{
	font-family: 'Open Sans', sans-serif;
	margin: 0px;
	padding: 0px;

}

html, body{
	height: 100%;
	width: 100%;
	background-image: url('../img/bg.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.wrapper{
		position: relative;

	top:20%;
margin: 0 auto;
  width: 200px;
  height: 100px;
  border-radius: 3px;
}.wrapper1{
	position: relative;
top:50%;
margin: -10% auto;
  width: 400px;
  height: 100px;
  border-radius: 3px;
}

#count-box{
	display: block;
	
	color: #ccc;
	font-size: 10vw;
	border-radius: 50%;
	line-height: 250px;
	height: 200px;
	width: 200px;
	text-align: center;
}
#drills{
		display: block;

	color: #ccc;
	font-size: 4em;
	line-height: 70px;
	height: 180px;
	text-align: center;
}