<!DOCTYPE html>
<html>
<head>
<style>
	body {
		background-image: url('question.jpg');
		background-size: cover;
	}
</style>
	<title>Explore</title>
	<link rel="stylesheet" type="text/css" href="bootstrap.css">
</head>
<body class="container">
	<h1 id="main-h1">What should I do while traveling though?</h1>
	<div class="row" align="center">
		<div class="col-md-6 well" align="center">
			<a href="photography.html"><img src="photography.jpg" height="300" width="400"></a>
			<h6>take pics and supply postcards</h6>
		</div>

		<div class="col-md-6 well" align="center">
			<a href="food.html"><img src="food.jpg" height="200" width="300"></a>
			<h6>FOOD TRIP YUMYUMYUM</h6>
		</div>
	</div>
</body>
</html>