.home-container1 {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
 
.home-container2 {
  width: 100%;
  height: 745px;
  display: flex;
  position: relative;
  align-items: flex-start;
  flex-direction: column;
  background-size: cover;
  background-image: url('../images/8c04f090-9b6e-4b81-8372-e6403b95493b.jpeg');
  background-repeat: no-repeat;
  background-position: center;
}
 
.home-container3 {
  left: 0px;
  right: 0px;
  width: 95%;
  bottom: 1px;
  height: 143px;
  margin: auto;
  display: flex;
  position: absolute;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-text1 {
  top: 0px;
  left: 0px;
  color: #fff710;
  right: 0px;
  margin: auto;
  position: absolute;
  font-size: 20px;
  font-style: normal;
  text-align: center;
  font-weight: 700;
}
 
.home-text2 {
  top: 21px;
  left: 5px;
  margin: auto;
  position: absolute;
  font-size: 14px;
  text-align: center;
}
 
.home-navlink {
  top: 84px;
  left: 0px;
  right: 0px;
  margin: auto;
  position: absolute;
  text-align: center;
  text-decoration: none;
  background-color: rgb(245, 210, 5);
}
