#bg-gunung-hutan{
    background-image: url("../img/hero.jpg");
    width: 100%;
    height: 300px;
    background-attachment:fixed;
    background-position: 0%;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: darken;
}

.title {
    /* font-size: 7vw; */
    color: #12CE5D;
  text-shadow:
    2px 2px 0 white,
    -2px -2px 0 white,
    2px -2px 0 white,
    -2px 2px 0 white; /* Warna outline hitam */
}