.bodyContainer1 {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center;
  height: 80vh;
  width: 100%;
  background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('/static/assets/images/home_bg.jpg');
}

.bodyContainer {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center;
  width: 100%;
  background: linear-gradient( rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
}

.bodyKDAP {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center;
  /* height: 100vh; */
  width: 100%;
  background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('/static/assets/images/bg_kdap.png');
}
