.home-container {
  width: 100%;
  display: flex;
  z-index: 100;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  background-size: cover;
  justify-content: center;
  background-image: url("public/playground_assets/6051047efce1ab292303fb98_gradient-bkg-min-1500w.png");
  background-repeat: no-repeat;
  background-position: center;
}
.home-text {
  color: rgb(255, 255, 255);
  font-size: 9em;
  align-self: stretch;
  text-align: center;
  font-family: Exo 2;
}
.home-link {
  display: contents;
}
.home-image {
  width: 360px;
  margin-top: var(--dl-space-space-threeunits);
  object-fit: cover;
  margin-bottom: var(--dl-space-space-threeunits);
  text-decoration: none;
}
.home-container1 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.home-link1 {
  color: rgb(255, 255, 255);
  font-size: 24px;
  margin-top: var(--dl-space-space-halfunit);
  text-align: center;
  font-family: Exo 2;
  margin-left: var(--dl-space-space-halfunit);
  margin-right: var(--dl-space-space-halfunit);
  margin-bottom: var(--dl-space-space-halfunit);
  text-decoration: underline;
}
.home-link2 {
  color: rgb(255, 255, 255);
  font-size: 24px;
  margin-top: var(--dl-space-space-halfunit);
  text-align: center;
  font-family: Exo 2;
  margin-left: var(--dl-space-space-halfunit);
  margin-right: var(--dl-space-space-halfunit);
  margin-bottom: var(--dl-space-space-halfunit);
  text-decoration: underline  ;
}
.home-text6 {
  color: #ffffff;
  font-size: 24px;
  margin-top: var(--dl-space-space-halfunit);
  font-family: Exo 2;
}
@media(max-width: 1200px) {
  .home-text {
    align-self: stretch;
  }
}
@media(max-width: 767px) {
  .home-text6 {
    text-align: center;
  }
}
@media(max-width: 479px) {
  .home-container {
    flex-direction: column;
  }
  .home-text {
    font-size: 5em;
    align-self: center;
    text-align: center;
  }
  .home-image {
    flex: 0;
    height: auto;
    align-self: center;
    margin-top: var(--dl-space-space-threeunits);
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: var(--dl-space-space-threeunits);
  }
  .home-link1 {
    margin-top: var(--dl-space-space-halfunit);
  }
  .home-link2 {
    margin-top: var(--dl-space-space-halfunit);
  }
  .home-text6 {
    text-align: center;
  }
}
