.home-container {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 1px;
  flex-direction: column;
  justify-content: center;
}
.home-image {
  width: 1266px;
  height: 702px;
  opacity: 1;
  object-fit: cover;
}
