.home-container {
  width: 100%;
  display: flex;
  min-height: 100%;
  align-items: center;
  flex-direction: column;
  background-size: 100% 100%;
   background-size: 100% 100%;
  background-image: url("../../../blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhCH8_Rp2wM33vxFr_Pj08T63XpTMhPB5piR3765gn/s812/img_default_blue.png");
  background-repeat: no-repeat;
  background-position: 100% 100%;

}
.home-container1 {
  flex: 0 0 auto;
  width: 100%;
  height: 700px;
  display: flex;
  position: relative;
  align-items: flex-start;
  flex-direction: column;
}
.home-container2 {
  top: 46px;
  left: 0px;
  right: 0px;
  width: 90%;
  height: 581px;
  margin: auto;
  display: flex;
  position: absolute;
  align-items: flex-start;
  border-radius: 10px;
  flex-direction: column;
  background-size: 100% 100%;
  background-color: #fff;
}
.home-image {
  top: 0px;
  left: 0px;
  width: 100%;
  position: absolute;
  object-fit: cover;
}
.home-text {
  top: 104px;
  fill: var(--dl-color-theme-primary1);
  left: 0px;
  color: rgb(255, 84, 2);
  right: 0px;
  margin: auto;
  margin-top: -50px;
  position: absolute;
  text-align: center;
  font-weight: 700;
}
.home-text1 {
  font-style: normal;
}
.home-text2 {
  font-style: normal;
  margin-top: -70px;
}
.home-text3 {
  font-style: normal;
}
.home-text4 {
  color: var(--dl-color-theme-neutral-dark);
  font-size: 14px;
  font-weight: 400;
  margin-top: -50px;
}
.home-text5 {
  font-style: normal;
}
.home-navlink {
  top: 160px;
  left: 0px;
  right: 0px;
  width: 204px;
  margin: auto;
  color: #000;
  position: absolute;
  text-align: center;
  border-width: 0px;
  text-decoration: none;
  background-size: 100% 100%;
  background-image: url("public/yellow_btn.png");
  background-repeat: no-repeat;
  background-position: 100% 100%;
}
