.home-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-container1 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}
.home-container2 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-container3 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.home-image {
  width: auto;
  height: 480%;
  align-self: center;
  object-fit: cover;
}
.home-container4 {
  gap: var(--dl-space-space-halfunit);
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-link {
  display: contents;
}
.home-image1 {
  width: auto;
  object-fit: cover;
  text-decoration: none;
}
.home-link1 {
  display: contents;
}
.home-image2 {
  width: auto;
  object-fit: cover;
  text-decoration: none;
}
.home-link2 {
  display: contents;
}
.home-image3 {
  width: auto;
  object-fit: cover;
  text-decoration: none;
}
.home-link3 {
  display: contents;
}
.home-image4 {
  width: auto;
  object-fit: cover;
  text-decoration: none;
}
.home-link4 {
  display: contents;
}
.home-image5 {
  width: auto;
  object-fit: cover;
  text-decoration: none;
}
