.home-container {
  width: 100%;
  display: flex;
  overflow: auto;
  box-shadow: 5px 5px 10px 0px #d4d4d4;
  min-height: 100vh;
  align-items: center;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 1px;
  flex-direction: column;
  background-image: linear-gradient(45deg, rgb(252, 0, 255) 0.00%,rgb(0, 219, 222) 100.00%);
}
.home-link {
  display: contents;
}
.home-image {
  width: 200px;
  object-fit: cover;
  text-decoration: none;
}
.home-link1 {
  display: contents;
}
.home-image1 {
  width: 308px;
  object-fit: cover;
  margin-bottom: var(--dl-space-space-halfunit);
  text-decoration: none;
}
.home-navlink {
  width: 238px;
  font-size: 25px;
  margin-top: var(--dl-space-space-oneandhalfunits);
  text-align: center;
  margin-bottom: var(--dl-space-space-oneandhalfunits);
  text-decoration: none;
  background-color: rgb(5, 255, 195);
}
.home-navlink1 {
  width: 238px;
  font-size: 25px;
  margin-top: var(--dl-space-space-oneandhalfunits);
  text-align: center;
  margin-bottom: var(--dl-space-space-oneandhalfunits);
  text-decoration: none;
  background-color: rgb(5, 255, 195);
}
.home-navlink2 {
  width: 238px;
  font-size: 25px;
  margin-top: var(--dl-space-space-oneandhalfunits);
  text-align: center;
  margin-bottom: var(--dl-space-space-oneandhalfunits);
  text-decoration: none;
  background-color: rgb(5, 255, 195);
}
.home-link2 {
  display: contents;
}
.home-image2 {
  width: 270px;
  height: 230px;
  object-fit: cover;
  text-decoration: none;
}
.home-navlink3 {
  width: 251px;
  margin-top: var(--dl-space-space-oneandhalfunits);
  text-align: center;
  text-decoration: none;
}
