.home-container {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-link1 {
  display: contents;
}
 
.home-image1 {
  width: 181px;
  height: 69px;
  position: fixed;
  object-fit: cover;
  text-decoration: none;
}
 
.home-link2 {
  display: contents;
}
 
.home-image2 {
  width: 360px;
  height: 156px;
  object-fit: cover;
  text-decoration: none;
}
 
.home-link3 {
  display: contents;
}
 
.home-image3 {
  width: 358px;
  height: 175px;
  object-fit: cover;
  text-decoration: none;
}
 
.home-link4 {
  display: contents;
}
 
.home-image4 {
  width: 346px;
  height: 190px;
  object-fit: cover;
  text-decoration: none;
}
 
.home-link5 {
  display: contents;
}
 
.home-image5 {
  width: 353px;
  height: 191px;
  object-fit: cover;
  text-decoration: none;
}
 
.home-link6 {
  display: contents;
}
 
.home-image6 {
  width: 359px;
  height: 229px;
  object-fit: cover;
  text-decoration: none;
}
 
.home-link7 {
  display: contents;
}
 
.home-image7 {
  width: 348px;
  height: 317px;
  object-fit: cover;
  text-decoration: none;
}
 
.home-link8 {
  color: rgb(255, 255, 255);
  width: 348px;
  bottom: var(--dl-layout-space-halfunit);
  height: 54px;
  position: sticky;
  font-size: 24px;
  min-width: auto;
  box-shadow: 5px 5px 10px 0px #69480b;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 700;
  border-width: 0px;
  border-radius: var(--dl-layout-radius-inputradius);
  text-decoration: none;
  background-image: linear-gradient(to right, rgb(192, 36, 37) 0%, rgb(240, 203, 53) 100%);
}
