.home-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  background-size: cover;
  background-image: url("public/playground_assets/unsplash-image-1500w.jpeg");
  background-repeat: no-repeat;
  background-position: center;
}
.home-text {
  margin: var(--dl-space-space-sixunits);
  padding: var(--dl-space-space-fourunits);
}
