* {
	margin: 0;
	font-family: Railway;
}

#content-area {
	height: 100%;
	width: 100%;
	background-color: white;
	box-shadow: inset 0.1em 0.1em 50px lightGrey;
	
	display: flex;
	flex-flow: row nowrap;
	justify-content: center; /* aligns on vertical for column */
	align-items: center;
}

#bernie-div {
	margin: auto;
	position: relative;
	
	width: 267px;
	height: 300px;
	
	z-index: 2;
}

#bernie-div #head {
	position: absolute;
}

#bernie-div #mouth {
	position: absolute;
}

.salami {
	position: absolute;
}

.salami img {
	width: 50px;
	height: 50px;
}

.counter {
	position: absolute;
	margin: auto;
	left: 50%;
	

	top: 50px;
	width: auto;
}

.counter #counter {
	font-size: 25px;
	text-decoration: bold;
}
