/* Custom styles */
h2 {
	border-bottom: 2px solid #dee2e6;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
h3 {
	border-bottom: 1px solid #dee2e6;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
p {
	margin-bottom: 20px;
}
.fixed-image-background {
   background-image: url("ecommerce.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
main {
    margin: 40px 0;
}