body {
    font-family: Arial, sans-serif;
    margin: 0;
    line-height: 1.6;
    background-color: #f5f5f5;
}

header {
    text-align: center;
    padding: 20px;
    background: #2c3e50;
    color: white;
}

.subtitle {
    margin-top: 5px;
    font-size: 0.9em;
    opacity: 0.8;
}

main {
    max-width: 800px;
    margin: auto;
    background: white;
    padding: 20px;
}

.hero img {
    width: 100%;
    border-radius: 6px;
}

.content img {
    width: 100%;
    margin: 20px 0;
    border-radius: 6px;
}

.info-box {
    background: #eef2f3;
    padding: 15px;
    border-radius: 6px;
    margin: 20px 0;
}

footer {
    text-align: center;
    padding: 10px;
    font-size: 0.8em;
    color: #777;
}
img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    body {
        background-image: url("images/jabukaback.jpg");
        background-size: cover;
        background-position: center;
    }

    header h1 {
        font-size: 42px;
    }

    header h2 {
        font-size: 24px;
    }

    .page-layout {
        flex-direction: column;
        margin: 25px auto;
        padding: 0 20px;
    }

    .image-menu {
        width: 100%;
    }

    .hero-gallery {
        max-width: 100%;
    }

    .hero-gallery img {
        height: 230px;
    }

    .footer-content {
        flex-direction: column;
    }
        main img {
        width: 100%;
        height: auto;
    }

    .insta-icon {
        width: 32px;
    }
}
