/* CSS Counter */
@import url('https://fonts.googleapis.com/css?family=Lobster+Two:400,700');
*{
	padding: 0;
	margin: 0;
}

body{
	font-family: 'Lobster Two', cursive;
}

#wrapper{
	background-color: red;
	height: 400px;
	width: 100%;
	margin: auto;
	margin-top: 100px;
	font-size: 100px;
	text-align: center;
}