body
{
	margin: 0px;
	font-family: Comic Sans MS, Geneva, sans-serif;
	background-color: #EEEEEE;
}

h1
{
	text-align: center;
	letter-spacing: 5px;
}

.banner-images
{
	width: 50%; 
	height: 120px;
	object-fit: cover;
}

p
{
	text-align: center;
}

h2
{
	text-align: center;
	font-size: 30px;
	line-height: 60px;
	background-repeat: no-repeat;
	background-size: cover;
}

#similarities
{
	background-image: url("mixed.jpeg");
	background-position: bottom center;

}

#differences
{
	background-image: url("separate.jpeg");
	background-position: top center;
	margin-bottom: 0px;
}

table
{
	table-layout: fixed;
	width: 100%;
	margin-top: 0px
}

th
{
	height: 50px;
}

.apple
{
	width: 50%;
	background-color: #FFA38A;
}

.orange
{
	width: 50%;
	background-color: #FAC466;
}
