.home-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #000000;
}
.home-image {
  width: 200px;
  object-fit: cover;
}
.home-text {
  text-align: center;
  padding-top: var(--dl-space-space-oneandhalfunits);
}
.home-text01 {
  color: #ffffff;
}
.home-navlink {
  color: #35ff00;
}
.home-image1 {
  width: 200px;
  object-fit: cover;
}
@media(max-width: 991px) {
  .home-container {
    background-color: #000000;
  }
  .home-image {
    width: 100%;
  }
  .home-text {
    text-align: center;
    font-family: Courier New;
  }
  .home-text01 {
    color: #ffffff;
  }
  .home-navlink {
    color: #00ff1a;
  }
}
@media(max-width: 479px) {
  .home-container {
    background-color: #000000;
  }
}
