.home-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #000000;
}
.home-image {
  width: 336px;
  height: 266px;
  z-index: 100;
  align-self: center;
  margin-top: var(--dl-space-space-oneandhalfunits);
  object-fit: cover;
  margin-bottom: var(--dl-space-space-halfunit);
}
.home-text {
  color: rgb(63, 220, 29);
  font-size: 48px;
  align-self: center;
  font-style: italic;
  font-family: Roboto;
  font-weight: 500;
}
.home-text01 {
  color: rgb(0, 0, 0);
  font-size: 24px;
  align-self: center;
  margin-top: var(--dl-space-space-oneandhalfunits);
}
.home-text02 {
  color: var(--dl-color-gray-white);
  font-family: Roboto;
  font-weight: 400;
}
.home-text05 {
  color: var(--dl-color-gray-white);
  font-family: Roboto;
  font-weight: 400;
}
.home-text08 {
  color: var(--dl-color-gray-white);
  font-family: Roboto;
  font-weight: 400;
}
.home-text11 {
  color: var(--dl-color-gray-white);
  font-family: Roboto;
  font-weight: 400;
}
.home-link {
  color: rgb(63, 220, 29);
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
}
.mdi {
  font-size: 24px;
}