body {
font-family: 'Zen Kurenaido', sans-serif;
font-size: 2.5em;
background-image: url('../images/carSeatLeather2.jpg');
background-attachment: fixed;
background-repeat: no-repeat;
background-size: cover;
}

.centerImg {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

/*.mainContainer {
	box-shadow: -16px 15px 20px -10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: -16px 15px 20px -10px rgba(0, 0, 0, 0.5);
}*/