.home-container1 {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #f6f7e5;
}
 
.home-text1 {
  text-align: justify;
  font-weight: 500;
}
 
.home-text2 {
  font-size: 28px;
  font-family: "Cantata One";
  font-weight: 900;
}
 
.home-text3 {
  font-size: 24px;
  font-style: normal;
  font-family: "Cantata One";
}
 
.home-text4 {
  font-style: normal;
}
 
.home-container2 {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
}
 
.home-separator1 {
  width: 100%;
  height: 1px;
  background-color: #595959;
}
 
.home-separator2 {
  width: 100%;
  height: 1px;
  background-color: #595959;
}
 
.home-text5 {
  font-size: 20px;
  font-family: "Cantata One";
}
 
.home-container3 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.home-container5 {
  display: contents;
}
 
.home-link {
  display: contents;
}
 
.home-container6 {
  right: 50px;
  border: 1px solid #ffffff5c;
  bottom: 30px;
  display: flex;
  z-index: 22;
  position: fixed;
  box-shadow: 5px 5px 10px 0px rgba(31, 31, 31, 0.4);
  min-height: auto;
  align-items: center;
  padding-top: 8px;
  padding-left: 12px;
  border-radius: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  backdrop-filter: blur(6px);
  background-color: rgba(41, 41, 41, 0.41);
}
 
.home-icon1 {
  width: 24px;
  margin-right: 4px;
}
 
.home-text6 {
  color: white;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
 
@media(max-width: 991px) {
  .home-text2 {
    font-family: Cantata One;
  }
  .home-text3 {
    font-family: Cantata One;
  }
  .home-container2 {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
  }
  .home-text5 {
    font-family: Cantata One;
  }
}
