.game-wrapper {
  display: flex;
  flex-direction: row;
	justify-content: space-evenly;
  align-content: center;
	position: relative;
	bottom: -15%;
}

#cookie-increment {
	width: 209px;
  height: 202px;
  border-radius: 100px;
  border: rgba(10, 10, 10, 1) solid 0px;
	background-color: rgb(100, 100, 100);
/*   background: url('https://www.transparenttextures.com/patterns/asfalt-light.png') */
}

.cookies-per-second-and-word {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-content: center;
	font-size: 50%;
	width: 60%;
	position: relative;
	left: 24%;
}