body {
	display: flex;
	box-sizing: border-box;
	width: 100%;
	justify-content: center;
	background-color: rgb(20, 185, 42);
}

#content {
	display: flex;
	position: absolute;
	box-sizing: border-box;
	align-items: center;
	justify-content: left;
	overflow: auto;
	background-color: rgb(20, 185, 42);
	background-image: none;
	width: 1400px;
	height: 100%;
	margin: auto;
	z-index: 0;
}

#info {
	display: flex;
	position: absolute;
	box-sizing: border-box;
	left: 120px;
	top: 170px;
	width: 900px;
	height: 680px;
	z-index: 9;
	color: rgb(255, 255, 255);
	overflow: hidden;
	background-color: rgb(36, 161, 53, 90%);
	border: solid rgb(0, 0, 0) 20px;
	border-radius: 30px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	padding: 2% 2% 2% 2%;
	justify-content: center;
}

#next {
	display: flex;
	position: absolute;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	top: 730px;
	left: 750px;
	width: 200px;
	height: 60px;
	z-index: 9;
	color: rgb(0, 0, 0);
	overflow: hidden;
	background-color: yellow;
	border: solid rgb(0, 0, 0) 1px;
	border-radius: 99px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
}

#score {
	display: flex;
	position: absolute;
	box-sizing: border-box;
	left: 70px;
	top: 200px;
	width: 250px;
	z-index: 9;
	color: rgb(0, 0, 0);
	overflow: hidden;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	justify-content: center;
	text-align: center;
}

#searching {
	display: block;
	position: absolute;
	width: 50px;
	height: 50px;
	z-index: 9;
	color: rgb(0, 0, 0);
	overflow: hidden;
	margin: 0px;
	cursor: pointer;
	-ms-user-select: None;
	-moz-user-select: None;
 	-webkit-user-select: None;
 	user-select: None;
	left: 170px;
	top: 450px;
}

#hint {
	display: flex;
	position: absolute;
	box-sizing: border-box;
	left: 120px;
	top: 770px;
	width: 150px;
	height: 50px;
	z-index: 9;
	color: rgb(0, 0, 0);
	overflow: hidden;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	justify-content: center;
	text-align: center;
	cursor: pointer;
	border: solid rgb(0, 0, 0) 1px;
	border-radius: 99px;
	align-items: center;
}

.ui-selectmenu-button.ui-button {
	position: absolute;
	width: 10%;
	border: solid rgb(0, 0, 0) 1px;
}

#difficulty-button {
	left: 1050px;
	top: 460px;
	width: 140px;
}

#start {
	display: flex;
	position: absolute;
	box-sizing: border-box;
	left: 1050px;
	top: 380px;
	width: 170px;
	height: 50px;
	justify-content: center;
	background-color: yellow;
	border: solid rgb(0, 0, 0) 1px;
	border-radius: 99px;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	align-items: center;
}

#speech {
	display: flex;
	position: absolute;
	box-sizing: border-box;
	left: 1060px;
	top: 240px;
	justify-content: center;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	align-items: center;
}

#message {
	display: flex;
	position: absolute;
	box-sizing: border-box;
	width: 490px;
	z-index: 10;
	color: rgb(0, 0, 0);
	background-color: rgb(255, 255, 255, 0.8);
	border-radius: 10px;
	border: solid rgb(0, 0, 0) 5px;
	overflow: hidden;
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	justify-content: center;
	text-align: center;
	cursor: pointer;
}

#shofar {
	display: flex;
	position: absolute;
	box-sizing: border-box;
	left: 130px;
	top: 530px;
	width: 130px;
	height: 230px;
	z-index: 9;
	color: rgb(0, 0, 0);
	overflow: hidden;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	justify-content: center;
	cursor: pointer;
}

#outerwall {
	display: flex;
	position: absolute;
	box-sizing: border-box;
	background-color: gold;
	border: 5px solid black;
	border-radius: 40px;
}

#innerwall {
	display: flex;
	position: absolute;
	box-sizing: border-box;
	background-color: rgb(20, 185, 42);
	border: 5px solid black;
	border-radius: 30px;
}

.stone {
	display: flex;
	position: absolute;
	width: 50px;
	height: 50px;
	z-index: 9;
	color: rgb(0, 0, 0);
	overflow: hidden;
	margin: 0px;
	-ms-user-select: None;
	-moz-user-select: None;
 	-webkit-user-select: None;
 	user-select: None;
	cursor: pointer;
}

.gatestone {
	display: block;
	position: absolute;
	width: 70px;
	height: 70px;
	z-index: 9;
	color: rgb(0, 0, 0);
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0);
	border: solid rgb(0, 0, 0) 0px;
	margin: 0px;
	cursor: pointer;
	-ms-user-select: None;
	-moz-user-select: None;
 	-webkit-user-select: None;
 	user-select: None;
}

#headline, #navigation, #hint, #score, #speech, #start {
	-ms-user-select: None;
	-moz-user-select: None;
 	-webkit-user-select: None;
 	user-select: None;
}
