body {
    background-image: url("img/visznektemplomolaj.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

* {
    box-sizing: border-box;
}

.img-zoom-container {
    position: relative;
}

.img-zoom-lens {
    position: absolute;
    border: 1px solid #d4d4d4;
    /*set the size of the lens:*/
    width: 60px;
    height: 30px;
}

.img-zoom-result {
    border: 1px solid #d4d4d4;
    /*set the size of the result div:*/
    width: 900px;
    height: 300px;
}

#container1 {
    width: 600px;
    margin: 10px auto;
    margin-top: 10%;
    margin-bottom: 10%;
    background-color: rgba(255, 255, 255, 0.45);
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.45);
}

#mainleft {
    float: center;
    padding-right: 5px;
    text-align: center;
}

#mainright {
    width: 300px;
    float: center;
    text-align: center;
}

#container2 {
    width: 930px;
    margin: 10px auto;
    background-color: rgba(255, 255, 255, 0.45);
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.45);
}

span {
    direction: rtl;
    unicode-bidi: bidi-override;
}