html {
	background-color: teal;
	padding-top: 10%;
	<!--comment-->>
}

.title{
	color: black;
	text-align: center;
	font-size: xx-large;
	font-weight: 900;
	margin-bottom: 10%
	}
	
.leftCol{
  float: left;
  margin-top: 10%;
  width: 33.33%;
}

.midCol{
  float: left;
  width: 33.33%;
}

.buyHere{
	color: black;
	text-align: center;
	font-weight: 900;
	margin-bottom: 10%;
}

.rightCol{
  float: left;
  width: 33.33%;
}
.upperGrid:after {
  content: "";
  display: table;
  clear: both;
}

.landScape {
  margin-left:20%;
  margin-right:25%;
}

.lowerGrid{
	content: "";
	display: table;
	clear: both;
}