<!DOCTYPE html>
<html>
<head>
	<title>Puni Lunch</title>
	<link rel="stylesheet" type="text/css" href="../../stylesheets/bootstrap.css">
	<link rel="stylesheet" type="text/css" href="../../stylesheets/common.css">
	<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body style="background-color: beige">
	<div class="container-fluid">
		<div class="row">
			<div class="col-md-8 col-md-offset-2 well">
				
				<p class="text-justify" id="text">
					It seemed to have calmed Ricola down. You can see that she has regained her smile. She is about to tell you something.
				</p>
				<p class="text-left" id="text">
					Kitchen Puni: "The Eclipse..is near.."
				</p>
				<img src="../../images/cafrico.jpg" class="img-responsive center-block">
				<p class="text-left" id="neutral">
					TRUE END - For now (to be continued).
				</p>
				<div class="row">
					<a href="../../main.html">
						<div class="col-md-3 well">
							<h3 class="text-center" id="start">
								Start over
							</h3>
							<p class="text-center" id="warn">
								(Congratulations!)
							</p>
						</div>
					</a>
				</div>
			</div>
		</div>
	</div>
</body>
</html>