.home-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 1px;
  flex-direction: column;
  background-image: linear-gradient(180deg, rgb(241, 242, 181) 0.00%,rgb(19, 80, 88) 100.00%);
}
.home-link {
  display: contents;
}
.home-image {
  width: 200px;
  margin-top: var(--dl-space-space-halfunit);
  object-fit: cover;
  margin-bottom: var(--dl-space-space-oneandhalfunits);
  text-decoration: none;
}
.home-text {
  margin-bottom: var(--dl-space-space-halfunit);
}
.home-link1 {
  display: contents;
}
.home-image1 {
  width: 360px;
  object-fit: cover;
  text-decoration: none;
}
.home-navlink {
  width: 203px;
  font-size: 20px;
  margin-top: var(--dl-space-space-halfunit);
  text-align: center;
  margin-bottom: var(--dl-space-space-halfunit);
  text-decoration: none;
}
.home-navlink1 {
  width: 203px;
  font-size: 20px;
  margin-top: var(--dl-space-space-halfunit);
  text-align: center;
  margin-bottom: var(--dl-space-space-halfunit);
  text-decoration: none;
}
.home-navlink2 {
  width: 203px;
  font-size: 20px;
  margin-top: var(--dl-space-space-halfunit);
  text-align: center;
  margin-bottom: var(--dl-space-space-halfunit);
  text-decoration: none;
}
.home-navlink3 {
  width: 203px;
  font-size: 20px;
  margin-top: var(--dl-space-space-halfunit);
  text-align: center;
  margin-bottom: var(--dl-space-space-halfunit);
  text-decoration: none;
}
.home-link2 {
  display: contents;
}
.home-image2 {
  width: 304px;
  height: 248px;
  object-fit: cover;
  text-decoration: none;
}
.home-navlink4 {
  width: 203px;
  font-size: 20px;
  margin-top: var(--dl-space-space-unit);
  margin-bottom: var(--dl-space-space-unit);
  padding-right: 0px;
  text-decoration: none;
}
