body {
	display: flex;
	box-sizing: border-box;
	width: 100%;
	justify-content: center;
	background-color: rgb(24, 130, 37);
}

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

#display {
	position: absolute;
	box-sizing: border-box;
	align-items: top;
	top: 200px;
	left: 160px;
	width: 980px;
	height: 550px;
	z-index: 9;
	color: rgb(24, 130, 37);
	overflow: hidden;
	background-color: rgb(0, 0, 0);
	border: solid rgb(255, 255, 255) 2px;
	border-radius: 35px;
	font-family: Courier New, Courier;
	font-size: 30px;
	padding: 2% 5% 2% 5%;
	margin: 0px;
}

#story {
   overflow: scroll;
    height: 310px;
    margin: 10px -30px 10px 0px;
    overflow-x: auto;
	overflow-y: auto;
}

#prompt {
	display: none;
	position: absolute;
	box-sizing: border-box;
	align-items: top;
	justify-content: center;
	top: 550px;
	left: 250px;
	width: 800px;
	height: 40px;
	z-index: 10;
	color: rgb(24, 130, 37);
	overflow: hidden;
	background-color: rgb(0, 0, 0);
	font-family: Courier New, Courier;
	font-size: 30px;
	margin: 0px;
}

.action {
	display: none;
	position: absolute;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	width: 150px;
	height: 60px;
	z-index: 9;
	color: rgb(0, 0, 0);
	overflow: hidden;
	background-color: rgb(24, 130, 37);
	border: solid rgb(0, 0, 0) 1px;
	border-radius: 99px;
	font-family: Courier New, Courier;
	font-size: 24px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
}

#open {
	top: 600px;
	left: 250px;
}

#close {
	top: 670px;
	left: 250px;
}

#push {
	top: 600px;
	left: 410px;
}

#pull {
	top: 670px;
	left: 410px;
}

#take {
	top: 600px;
	left: 570px;
}

#give {
	top: 670px;
	left: 570px;
}

#see {
	top: 600px;
	left: 730px;
}

#use {
	top: 670px;
	left: 730px;
}

#talk {
	top: 600px;
	left: 890px;
}

#menu {
	display: flex;
	top: 670px;
	left: 890px;
	background-color: white;
}

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

#headline {
	width: 620px;
	left: 380px;
}

.ui-menu {
	position: absolute;
	width: 200px;
	border: solid rgb(0, 0, 0) 1px;
	top: 200px;
	left: 1175px;
	height: 550px;
	background-color: rgb(0, 0, 0);
	color:rgb(255, 255, 255);
}

#inventory {
	border: solid rgb(255, 255, 255) 2px;
}

#inventory2 {
	display: none;
}

.deleted {
	text-decoration: line-through;
	pointer-events: none;
}
