.home-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  background-image: linear-gradient(#feac5e 0%, #c779d0 50%, #4bc0c8 100%);
}
.home-link {
  display: contents;
}
.home-image {
  width: 200px;
  margin-top: var(--dl-space-space-unit);
  object-fit: cover;
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.home-text {
  margin-bottom: var(--dl-space-space-unit);
}
.home-navlink {
  color: rgb(25, 24, 24);
  width: 225px;
  font-size: 25px;
  margin-top: var(--dl-space-space-unit);
  text-align: center;
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
  background-color: rgb(255, 109, 109);
}
.home-navlink1 {
  color: rgb(25, 24, 24);
  width: 225px;
  font-size: 25px;
  margin-top: var(--dl-space-space-unit);
  text-align: center;
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
  background-color: rgb(255, 109, 109);
}
.home-navlink2 {
  color: rgb(25, 24, 24);
  width: 225px;
  font-size: 25px;
  margin-top: var(--dl-space-space-unit);
  text-align: center;
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
  background-color: rgb(255, 109, 109);
}
.home-link1 {
  display: contents;
}
.home-image1 {
  width: 304px;
  height: 257px;
  margin-top: var(--dl-space-space-unit);
  object-fit: cover;
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.home-navlink3 {
  width: 285px;
  font-size: 20px;
  margin-top: var(--dl-space-space-halfunit);
  text-align: center;
  margin-bottom: var(--dl-space-space-oneandhalfunits);
  text-decoration: none;
}
