.home-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  background-size: cover;
  justify-content: center;
  background-image: url("https://images.unsplash.com/photo-1640079421264-61f50d89a736?ixid=Mnw5MTMyMXwwfDF8c2VhcmNofDN8fG1pbmVjcmFmdHxlbnwwfHx8fDE2NjA0NTk1MDk&ixlib=rb-1.2.1&w=1500");
  background-position: top;
}
.home-container1 {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-container2 {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-text {
  top: 200px;
  left: 0px;
  right: 0px;
  width: 588px;
  height: 227px;
  margin: auto;
  position: absolute;
  font-size: 6em;
  text-align: center;
}
.home-text1 {
  font-family: Silkscreen;
}
.home-link {
  width: 240px;
  height: 56px;
  display: flex;
  align-self: center;
  transition: 0.3s;
  font-family: Silkscreen;
  border-width: 5px;
  flex-direction: row;
  text-decoration: none;
  background-color: transparent;
}
.home-link:hover {
  width: 242px;
  border-width: 6px;
}
.home-link:disabled {
  width: 228px;
}
.home-text3 {
  font-size: 18px;
  align-self: center;
  text-align: center;
}
.home-container3 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.home-footer {
  left: 0px;
  right: 0px;
  width: 100%;
  bottom: 0px;
  margin: auto;
  display: flex;
  position: absolute;
  max-width: var(--dl-size-size-maxwidth);
  align-items: center;
  padding-top: var(--dl-space-space-twounits);
  padding-left: var(--dl-space-space-threeunits);
  padding-right: var(--dl-space-space-threeunits);
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: space-between;
}
.home-text4 {
  font-family: Silkscreen;
}
.home-image {
  top: 50px;
  left: 0px;
  right: 0px;
  width: 500px;
  height: 100px;
  margin: auto;
  position: absolute;
  align-self: center;
  object-fit: cover;
}
@media(max-width: 767px) {
  .home-footer {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .home-text4 {
    text-align: center;
    margin-left: var(--dl-space-space-unit);
    margin-right: var(--dl-space-space-unit);
  }
}
@media(max-width: 479px) {
  .home-container {
    background-size: cover;
    background-position: center;
  }
  .home-text {
    top: 198px;
    left: 0px;
    right: 0px;
    width: 351px;
    height: 152px;
    margin: auto;
    font-size: 4em;
    margin-top: auto;
    margin-bottom: auto;
  }
  .home-link {
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
  }
  .home-footer {
    padding: var(--dl-space-space-unit);
    flex-direction: column;
  }
  .home-text4 {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: var(--dl-space-space-unit);
  }
  .home-image {
    top: 50px;
    left: 0px;
    right: 0px;
    width: 373px;
    height: 54px;
    margin: auto;
  }
}
