html {
  height: 100%;
}

/* body {
  height: 100%;
  background: linear-gradient(
    to right bottom,
    rgba(238, 232, 207, 0.2),
    rgba(253, 230, 138, 0.2)
  );
} */
.navbar-bg {
  background: linear-gradient(
    to right bottom,
    rgba(238, 232, 207, 0.2),
    rgba(253, 230, 138, 0.2)
  );
}

.hero-bg {
  background: linear-gradient(
    to right bottom,
    rgba(238, 232, 207, 0.2),
    rgba(253, 230, 138, 0.2)
  );
}
