@import url(https://fonts.googleapis.com/earlyaccess/opensanshebrew.css);

body {
    background-image: url("city-bg.jpg");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background:linear-gradient(0deg, rgba(255, 255, 255, 0.895), rgba(255, 255, 255, 0.903)), url(city-bg.jpg);
    background-size: cover;
}

#main {
    font-family: 'Open Sans Hebrew', serif;
    margin: auto;
    width: 100%;
    padding: 10px;
    height: 100vh;
    text-align: center;

}

#heading {
    margin-bottom: 0.2rem;
    z-index: 3;
    font-size: 2rem;

}

#iframe {
    border-radius: 15px;
    box-shadow: 0px 0px 40px 10px rgba(117, 117, 255, 0.249);
}

#logo {
    margin-top: 2em;
}

#link {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}

@media (max-width: 1000px) {
    #heading {
        font-size: 1.4rem;
    }
    iframe {
        width: 80vw;
        height: 90vh;
    }
    #logo {
        width: 50% !important;
    }
    #link {
        font-size: 1rem;
    }
}