		span {
			font-family: sans-serif;
		}
		p {
			font-family: sans-serif;
		}
		.sectionLeft {
			float: left;
			width: 80%;
		}
		.sectionRight {
			float: right;
			width: 20%;
		}
		.sectionCenter {
			float: left;
			margin-left:34.5%;
			margin-right:65.5%;
			position:absolute;
		}
		.language {
			border-style: double;
			padding-top:6px;
			padding-bottom:600px;
			padding-right: 97px;
			padding-left: 97px;
			background-color: beige;
		}
		.language button {
			margin-top:7px;
		}
		.scoreContainer {
			background-color: rgb(238, 238, 238);
			width: 50%;
			padding: 10px;
			border-radius: 200px;
			font-size: 24px;
			font-weight: bold;
		}
		/*.clickerContainer img {
			position: relative;
			transition: all .2s ease-in-out;
		}
		.clickerContainer img:hover {
			transform: scale(1.10);
		}
		.clickerContainer img:active {
			transform: scale(0.9);
		}
		*/
		
		#clicker {
			background-image: url("./decals/burger.svg");
			background-size: contain;
			position: relative;
			transition: all .2s ease-in-out;
			height: 98px;
			width: 255px;
			margin-top: 50px;
			
		}
		
		#clicker:hover {transform: scale(1.10);}
		#clicker:active {transform: scale(0.95);}
		
		#clicker > .number {
			z-index: 99;
			font-size: 24;
			color: black;
			position: absolute;
		}
		
		#upgradeImage:hover {
			cursor: move;
		}
		
		.shopButton {
			background-color: #b5b5b5;
			transition: all .2s ease-in-out;
			border-radius: 10px;
			width: 100%;
			margin: 10px 0px 10px 0px;
		}
		.shopButton:hover {
			background-color: c7c7c7;
			transition: all .2s ease-in-out;
		}
		.shopButton #image {
			width: 25%;
		}
		.shopButton img {
			height: 64px;
			width: 64px;
		}
		.shopButton #nameAndCost p {
			margin: 0px;
			width: 60px;
		}
		.shopButton #nameAndCost p:first-of-type {
			font-size: 24px;
		}
		.shopButton #amount {
			font-size: 48px;
			color: #595959;
			font-family: roboto;
			width: 15%;
		}
		.sectionFooter {
			margin-top: 20%;
		}
		.unselectable {
			-webkit-user-select: none;
			-moz-user-select: none;
			-ms-user-select: none;
			user-select: none;
		}
		
		#upgradeContainer img {
			height: 64px;
			width: 64px;
		}
		#achievementContainer img {
			height: 64px;
			width: 64px;
		}