body {
    background-image: url('../Gambar/bg awal.png');
    background-size: cover;
    background-attachment: fixed;
    position:relative;
    min-height: 100vh;
    margin: 0;
    display: flex;
}
.image_container {
    position: absolute;
    top: 120px; 
    right: 20px;
    left: auto; 
    margin-left: 0; 
}
h1 {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.5em !important;
    font-family: 'Aharoni', sans-serif;
    color: rgb(35, 70, 72);
    text-align: center;
}
h2 {
    font-size: 2.5em !important;
    font-family: 'Aharoni', sans-serif;
    color: rgb(35, 70, 72);
}
h3 {
    font-size: 1.5em !important;
    font-family: 'Aharoni', sans-serif;
    color: rgb(35, 70, 72);
}
h4 {
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1em !important;
    font-family: 'Aharoni', sans-serif;
    color: rgb(35, 70, 72);
    text-align: center;
}
.image_row {
    position: absolute;
    top: 60%; 
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}
.image_row img {
    max-width: 150px;
    height: auto;
    margin: 0 50px;
    object-fit: contain; 
}
img {
    max-width: 150px; 
    height: auto;
}

.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
.popup-content2{
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.popup-content button{
    margin: 10px;
    padding: 8px 15px;
    cursor: pointer;
}
.popup-content {
    background-color: white;
    padding: 40px;
    border-radius: 30px;
    text-align: center;
    max-width: 850px;
    max-height: 550px;
    width: 90%;
    height: 90%;
}
.popup-content img {
    max-width: 80%;
    height: auto;
}
.close-btn {
    cursor: pointer;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 5px 10px;
    background-color: #ccc;
    border: none;
    border-radius: 3px;
}
.login-btn {
    cursor: pointer;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 5px 10px;
    background-color: #ccc;
    border: none;
    border-radius: 3px;
}

#follower {
      position: fixed;
      top: calc(100vh - 180px);
      top: 510px;
      width: 100px;
      height: auto;
      pointer-events: none;
      z-index: 9999;
      transition: transform 0.1s linear;
    }
#background-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0; /* lapisan dasar */
  pointer-events: none;
}
#tanah {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;        /* melebar penuh */
  height: auto;
  z-index: -1;         /* di belakang konten utama */
  pointer-events: none;
}