body {
	display: flex;
	box-sizing: border-box;
	width: 100%;
	justify-content: center;
	background-color: #FED39C;
}

#content {
	display: flex;
	position: absolute;
	box-sizing: border-box;
	align-items: center;
	justify-content: left;
	overflow: auto;
	background-color: #FED39C;
	background-image: none;
	width: 1400px;
	height: 100%;
	margin: auto;
}

#nextWake {
	display: flex;
	position: absolute;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	top: 730px;
	left: 910px;
	width: 300px;
	height: 60px;
	z-index: 9;
	color: rgb(0, 0, 0);
	overflow: hidden;
	background-color: #FED39C;
	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;
}

#nextOrder {
	display: flex;
	position: absolute;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	top: 730px;
	left: 400px;
	width: 300px;
	height: 60px;
	z-index: 9;
	color: rgb(0, 0, 0);
	overflow: hidden;
	background-color: #FED39C;
	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;
}

#info {
	display: flex;
	position: absolute;
	box-sizing: border-box;
	left: 280px;
	top: 140px;
	width: 1050px;
	height: 750px;
	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: 32px;
	padding: 2% 2% 2% 2%;
	justify-content: center;
}

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

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

.card {
	display: block;
	position: absolute;
	width: 210px;
	height: 145px;
	z-index: 9;
	color: rgb(0, 0, 0);
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0);
	border: solid rgb(0, 0, 0) 1px;
	margin: 0px;
	cursor: pointer;
}

#compass {
	position: absolute;
	top: 20px;
	left: 0px;
	width: 280px;
}

#tabernacle {
	top: 435px;
	left: 700px;
}

#card1 {
	top: 145px;
	left: 280px;
}

#card2 {
	top: 145px;
	left: 490px;
}

#card3 {
	top: 145px;
	left: 700px;
}

#card4 {
	top: 145px;
	left: 910px;
}

#card5 {
	top: 145px;
	left: 1120px;
}

#card6 {
	top: 290px;
	left: 280px;
}

#card7 {
	top: 290px;
	left: 490px;
}

#card8 {
	top: 290px;
	left: 700px;
}

#card9 {
	top: 290px;
	left: 910px;
}

#card10 {
	top: 290px;
	left: 1120px;
}

#card11 {
	top: 435px;
	left: 280px;
}

#card12 {
	top: 435px;
	left: 490px;
}

#card13 {
	top: 435px;
	left: 910px;
}

#card14 {
	top: 435px;
	left: 1120px;
}

#card15 {
	top: 580px;
	left: 280px;
}

#card16 {
	top: 580px;
	left: 490px;
}

#card17 {
	top: 580px;
	left: 700px;
}

#card18 {
	top: 580px;
	left: 910px;
}

#card19 {
	top: 580px;
	left: 1120px;
}

#card20 {
	top: 725px;
	left: 280px;
}

#card21 {
	top: 725px;
	left: 490px;
}

#card22 {
	top: 725px;
	left: 700px;
}

#card23 {
	top: 725px;
	left: 910px;
}

#card24 {
	top: 725px;
	left: 1120px;
}

#headline, #navigation {
	-ms-user-select: None;
	-moz-user-select: None;
 	-webkit-user-select: None;
 	user-select: None;
}
