.home-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #ffffff;
}
.home-image {
  opacity: 1;
  align-self: center;
  object-fit: cover;
}
.home-text1 {
  font-size: 1.8em;
  font-style: normal;
  font-weight: 600;
}
.home-container1 {
  height: 153px;
  margin-top: var(--dl-space-space-halfunit);
  align-items: center;
}
.home-link {
  text-decoration: none;
}
.home-link2 {
  text-decoration: none;
}
.home-link3 {
  text-decoration: none;
}
