﻿
* {
    padding: 0;
    margin: 0;
    direction: rtl;
}

.all {
    width: 100%;
    height: auto;
    background-image: url('/img/opa5.png');
    background-repeat: no-repeat;
    background-size: 125%;
    background-position-y: 100vh;
    background-color: white;
    display: grid;
    margin-top: 90px;
    
}

.mymap{
    width:100%;
    height:350px;
    background:lightgray;
    margin: 30px 0 50px  0 ;
}

