body {
	background-color: #fffffe;
	font-family: calibri, sans-serif;
}
#container {
	position: relative;
	margin: auto;
	border-radius: 40px;
	width: 900px;
	height: 450px;
	overflow: hidden;
}
#nextText {
	position: absolute;
	padding: 20px;
	border-radius: 40px;
	width: 400px;
	height auto;
	bottom: 20px;
	right: 228px;
	background-color: rgba(0,0,0,0.87);
	opacity: 0.9;
	color: #fff;
	font-size: 18px;
	text-align: center;
	z-index: 4;
}
#nextButton {
	position: absolute;
	border-radius: 12px;
  	bottom: 0;
  	right: 0;
  	width: 25px;
  	height: 25px;
  	text-align: center;
  	color: #000;
  	background-color: #fff;
  	cursor: pointer;
  	z-index: 4;
}
#nextButton:hover {
	background-color: #A4C639;
	color: #fff;
}
#textBox {
	position: absolute;
	padding: 20px;
	border-radius: 40px;
	width: 400px;
	height auto;
	bottom: 70px;
	right: 220px;
	background-color: rgba(0,0,0,0.87);
	opacity: 0.9;
	color: #fff;
	font-size: 18px;
	text-align: center;
	z-index: 4;
}
#audio button{
	position: absolute;
	border: 2px solid black;
	border-radius: 12px;
  	top: 425px;
  	left: 113px;
  	width: 25px;
  	height: 25px;
	background-color: rgba(0,0,0,0.85);
	color: #fff;
  	cursor: pointer;
  	z-index: 4;
}
#audio button:hover {
	border: 2px solid black;
	background-color: #a4c639;
	border: 2px #a4c639;
}