*{
	margin: 0;
}
body{
	background-color: whitesmoke;
}
.heroImage{
	width: 100%;
	height: 80vh;
}
.heroText{
	margin-bottom: 40px;
	margin-top: 20px;
	text-align: center;
	font-size: 40px;
}
.usedNewContainer{
	margin-bottom: 20px;
	display: flex;
	flex-direction: row;
}
.newText{
	width: 50%;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}
.usedText{
	width: 50%;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}

@media all and (max-width: 768px){
	.heroImage{
		height: 40vh;
	}

}
