.home-container {
  width: 100%;
  border: none;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  mix-blend-mode: multiply;
  background-size: cover;
  justify-content: center;
  background-color: transparent;
  background-image: url("https://images.unsplash.com/photo-1595971348132-009effb2a9b3?ixid=M3w5MTMyMXwwfDF8c2VhcmNofDE1fHxmb3JyZXN0fGVufDB8fHx8MTY5MDMwMzQxNXww&ixlib=rb-4.0.3&w=1500");
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}
.home-link {
  display: contents;
}
.home-text {
  color: rgb(255, 255, 255);
  opacity: 0.75;
  font-size: 40px;
  font-style: normal;
  text-align: center;
  font-family: Merriweather;
  font-weight: 500;
  text-transform: lowercase;
}
@media(max-width: 1600px) {
  .home-text {
    font-size: xx-large;
  }
}
@media(max-width: 1200px) {
  .home-text {
    font-size: xx-large;
  }
}
@media(max-width: 991px) {
  .home-text {
    font-size: xx-large;
  }
}
@media(max-width: 767px) {
  .home-text {
    font-size: xxx-large;
  }
}
@media(max-width: 479px) {
  .home-text {
    font-size: xx-large;
  }
}
