
body{
	background-image: url("../../background.png");
	height: 100%;
	margin-top: -100px;
}

#backtomenu {
	position: absolute;
	top: 10px;
}

#midsquare {
	margin: auto;
	margin-top: 10vh;
	width: 80%;
	height: auto;
	background-image: url("../../background.png");
}

#theatre {
	background-color: #E2DDDB;
	margin: auto;
	padding: 50px;
	width: 70%;
	height: auto;
}

h1{
	font-size: 56px;
	text-align: center;
	background-color: white;
}

#scene {
	width: 100%;
	padding-bottom: 50px;
}

p{
	padding: 8px;
	font-size: 20px;
	background-color: white;
	margin-bottom: 50px;
}

#prvpage {
	display: inline-block;
}

#nxtpage {
	display: inline-block;
	float: right;
}

@media only screen and (max-width: 800px) {
		
	#prvpage {
		
		transform: scale(0.30);
	}

	#nxtpage {
		transform: scale(0.30);
	}
	
	#backtomenu {
		transform: scale(0.30);
		transform-origin: top left;
}
}