.home-container {
  width: 100%;
  display: flex;
  box-shadow: 5px 5px 10px 0px #d4d4d4,5px 5px 10px 0px #d4d4d4;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.home-container1 {
  width: 100%;
  height: 131px;
  display: flex;
  align-items: flex-start;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 0px;
}
.home-image {
  width: auto;
  object-fit: cover;
}
.home-container2 {
  width: 100%;
  height: 101px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-link {
  align-self: center;
  text-decoration: none;
}
.home-container3 {
  width: 100%;
  height: 79px;
  display: flex;
  align-self: center;
  align-items: flex-start;
  justify-content: center;
}
.home-link1 {
  align-self: center;
  text-decoration: none;
}
