@charset "UTF-8";
body{
	background-color: #739112;
	
	font-family: Georgia, 'Times New Roman', Times, serif;
}

main{
    background-image: url("images/veggie_background.jpg");
    padding-bottom: 30px;
    background-color: #fff;
	position: fixed;
	left:28%;
	width: 800px;
	height: 800px;
}
header{
	background-color: #9FCC41;
	display: flex;
	padding: 0%;
}
header img{
	width: 50%;
	
}
.logo{
	width:250px ;
	height: 50px;
	margin-top: 20px;
	margin-left: 50px;
	margin-right: 100px;
	
}

.intro{
	padding: 30px;
	
}

.left{
	margin-top: 100px;
	font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif ;
	color: #333333;
	float: left;
	padding: 15px;
	width: 50%;
	background-color: #fff;
	border-top: #739112 solid 3px;
	border-bottom: #739112 solid 3px;
}
.right{
	margin-top: 100px;
	float: right;
	font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif ;
	color: #333333;	

	padding: 10px;
	width: 30%;
	background-color: #fff;
	
}