.footer {
  position: fixed!important;
  width: 100%;
  left: 0!important;
  bottom: 0!important;
  color: maroon;
  text-align: center;
  background-color: green;
}

.hero-image {
  width: 100vw;
  height: 70vh;
  background-image: url("../../assets/img/paranoid-background.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.btn {
}

.hero-button {
  /*margin-top: 50px;*/
}

.product {
  height: 100vh;
}

.main {
  min-height: 100vh;
}

.navbar {
  background-color: white;
}

.divider {
  height: 88px;
}

.display-10 {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.2;
}

