
body {
    margin: 0;
    padding: 0;
    background: radial-gradient(circle at center, #fce4ec, #e1f5fe);
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.am-yisrael-wrapper {
    text-align: center;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px; /* tighter spacing between elements */
}

.title-img {
    max-width: 500px;
    width: 80%;
    height: auto;
    margin: 0; /* remove spacing */
}

.flag-img {
    max-width: 300px;
    width: 80%;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

h1.page-title,
#site-header,
footer,
.elementor-location-footer,
div.credit {
    display: none !important;
}

@media (max-width: 768px) {
    .title-img {
        max-width: 300px;
    }
    .flag-img {
        max-width: 220px;
    }
}
