.home-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
.home-container1 {
  width: 100%;
  height: 815px;
  display: flex;
  position: relative;
  align-items: flex-start;
  flex-direction: column;
  background-size: cover;
  background-image: url("public/screenshot_20231222-233519127_1%5b1%5d-1500w.jpg");
  background-position: center;
}
.home-container2 {
  top: 322px;
  left: 0px;
  right: 0px;
  width: 323px;
  height: 241px;
  margin: auto;
  display: flex;
  position: absolute;
  align-items: flex-start;
  flex-direction: column;
}
.home-navlink {
  top: 15px;
  left: 0px;
  color: var(--dl-color-gray-white);
  right: 0px;
  margin: auto;
  position: absolute;
  box-shadow: 5px 5px 10px 0px #9d9a9a;
  font-style: normal;
  text-align: center;
  font-weight: 700;
  border-width: 0px;
  border-radius: 10px;
  text-decoration: none;
  background-color: #f38800;
}
.home-navlink1 {
  top: 67px;
  left: 0px;
  color: var(--dl-color-gray-white);
  right: 0px;
  margin: auto;
  position: absolute;
  box-shadow: rgb(157, 154, 154) 5px 5px 10px 0px;
  font-style: normal;
  text-align: center;
  font-weight: 700;
  border-width: 0px;
  border-radius: 10px;
  text-decoration: none;
  background-color: rgb(243, 136, 0);
}
.home-navlink2 {
  top: 120px;
  left: 0px;
  color: var(--dl-color-gray-white);
  right: 0px;
  margin: auto;
  position: absolute;
  box-shadow: rgb(157, 154, 154) 5px 5px 10px 0px;
  font-style: normal;
  text-align: center;
  font-weight: 700;
  border-width: 0px;
  border-radius: 10px;
  text-decoration: none;
  background-color: rgb(243, 136, 0);
}
.home-navlink3 {
  top: 175px;
  left: 0px;
  color: var(--dl-color-gray-white);
  right: 0px;
  margin: auto;
  position: absolute;
  box-shadow: rgb(157, 154, 154) 5px 5px 10px 0px;
  font-style: normal;
  text-align: center;
  font-weight: 700;
  border-width: 0px;
  border-radius: 10px;
  text-decoration: none;
  background-color: rgb(243, 136, 0);
}
