<!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-12">
				<h1 class="text-center" id="title">
					Puni Lunch
				</h1>
				<h2 class="text-center" id="title2">
					A new beginning
				</h2>
			</div>
		</div>

		<div class="row">
			<a href="start.html">
			<div class="col-md-4 col-md-offset-4 well">
				<h3 class="text-center" id="start">
					START

				</h3>
			</div>
			</a>
		</div>		
	</div>
</body>
</html>