.home-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  border-color: var(--dl-color-gray-black);
  border-width: 1px;
  flex-direction: column;
  justify-content: center;
  background-image: linear-gradient(180deg, rgb(254, 172, 94) 0.00%,rgb(199, 121, 208) 50.00%,rgb(181, 250, 255) 100.00%);
}
.home-text {
  font-style: normal;
  font-weight: 600;
}
.home-text01 {
  color: var(--dl-color-gray-black);
  font-size: 15px;
  font-family: Arial;
  text-decoration: inherit;
}
.home-text02 {
  color: var(--dl-color-gray-black);
  font-size: 15px;
  font-style: normal;
  font-family: Arial;
  font-weight: 600;
  text-decoration: inherit;
}
.home-text03 {
  color: var(--dl-color-gray-black);
  font-size: 15px;
  font-style: normal;
  font-family: Arial;
  font-weight: 600;
  text-decoration: inherit;
}
.home-text04 {
  color: var(--dl-color-gray-black);
  font-size: 15px;
  font-family: Arial;
  text-decoration: inherit;
}
.home-text05 {
  color: var(--dl-color-gray-black);
  font-size: 15px;
  font-style: normal;
  font-family: Arial;
  font-weight: 600;
  text-decoration: inherit;
}
.home-text06 {
  color: var(--dl-color-gray-black);
  font-size: 15px;
  font-style: normal;
  font-family: Arial;
  font-weight: 600;
  text-decoration: inherit;
}
.home-text07 {
  color: var(--dl-color-gray-black);
  font-size: 15px;
  font-family: Arial;
  text-decoration: inherit;
}
.home-link {
  color: var(--dl-color-gray-black);
  font-size: 15px;
  font-family: Arial;
  text-decoration: inherit;
}
.home-text08 {
  color: var(--dl-color-gray-black);
}
@media(max-width: 991px) {
  .home-text {
    font-style: normal;
    font-weight: 600;
  }
  .home-text01 {
    font-family: Oxygen;
  }
  .home-text02 {
    font-family: Oxygen;
  }
  .home-text03 {
    font-family: Oxygen;
  }
}
@media(max-width: 767px) {
  .home-text01 {
    font-style: normal;
    font-family: Oxygen;
    font-weight: 600;
  }
  .home-text02 {
    font-style: normal;
    font-family: Oxygen;
    font-weight: 600;
  }
  .home-text03 {
    font-style: normal;
    font-family: Oxygen;
    font-weight: 600;
  }
  .home-text04 {
    font-style: normal;
    font-weight: 600;
  }
  .home-text05 {
    font-style: normal;
    font-weight: 600;
  }
  .home-text06 {
    font-style: normal;
    font-weight: 600;
  }
  .home-text07 {
    font-style: normal;
    font-weight: 600;
  }
  .home-link {
    font-style: normal;
    font-weight: 600;
  }
}
@media(max-width: 479px) {
  .home-container {
    background-image: linear-gradient(180deg, rgb(254, 172, 94) 0.00%,rgb(199, 121, 208) 50.00%,rgb(181, 250, 255) 100.00%);
  }
  .home-text01 {
    color: var(--dl-color-gray-black);
    font-size: 15px;
    font-style: normal;
    font-family: Oxygen;
    font-weight: 600;
    text-decoration: inherit;
  }
  .home-text02 {
    color: var(--dl-color-gray-black);
    font-size: 15px;
    font-style: normal;
    font-family: Oxygen;
    font-weight: 600;
    text-decoration: inherit;
  }
  .home-text03 {
    color: var(--dl-color-gray-black);
    font-size: 15px;
    font-style: normal;
    font-family: Oxygen;
    font-weight: 600;
    text-decoration: inherit;
  }
  .home-text04 {
    color: var(--dl-color-gray-black);
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    text-decoration: inherit;
  }
  .home-text05 {
    color: var(--dl-color-gray-black);
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    text-decoration: inherit;
  }
  .home-text06 {
    color: var(--dl-color-gray-black);
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    text-decoration: inherit;
  }
  .home-text07 {
    color: var(--dl-color-gray-black);
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    text-decoration: inherit;
  }
  .home-link {
    color: var(--dl-color-gray-black);
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    text-decoration: inherit;
  }
}
