.space {
  margin-bottom: 3rem;
}

.space-2 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.space-3 {
  margin-top: 3rem;
}

.space-4 {
  margin-top: 5rem;
}

.space-5 {
  margin-bottom: 5rem;
}

.space-6 {
  margin-top: 10rem;
}

.space-7 {
  margin-bottom: 10rem;
}

.space-8 {
  margin-left: 3rem;
}

.heading-tag {
  font-size: 3rem;
  font-weight: 400;
}

.subheading-tag {
  font-size: 2rem;
  font-weight: 400;
}

.template-example img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 5px;
}

.template-example .img-fluid {
  width: 100%;
  height: 30rem;
  display: block;
  border-radius: 5px;
  justify-items: center;
  align-items: center;
}

.centertext {
  text-align: center;
}
