*{ 
    padding: 0;
    margin: 0;
 } 
 body { 
    background-image: url(Bg.jpg);
} 
nav{ 
    
    display: flex;
    width: 84%; 
    margin: auto; 
    padding-top: 25px; 
    padding-left: 10px; 
    text-align: center; 
    justify-content: space-between; 
    float: left; 
    font-family: 'Varela Round', sans-serif;
    font-size: 2vw; 
    
} 
nav ul li{
     display: inline-block;
     list-style: none; 
     margin: 10px 20px; 
} 
nav ul li a{ 
        text-decoration: none; 
        color: rgb(0, 0, 0); 
        font-weight: bold;
} 
nav li a:hover{
         background: #7A9ADB; 
         color:#fff; 
         border-radius: 25px; 
         padding: 20px;
          width: 200px; 
          height: 150px;
} 
.div2{ 
        width:auto;
        height: 7vw; 
        

} 
.J{ 
        border-radius: 50%; 
        padding-top: 10px; 
        padding-right: 5px; 
} 
.div3{
         width: 55%; 
         height: 80vh; 
         background: rgb(255, 255, 254, 0.0); 
         float: left; 
} 
.Design{ 
        position:absolute; 
        bottom: 0;
} 
.div4{ 
        width: 45%; 
        height: 80vh;
         background: rgb(255, 255, 254, 0.0); 
         float: right; 
} 
.Maam{ 
            position:absolute; 
            bottom: 0; 
            height: 644px; 
            width:600px; 
} 
 
.div7{ 
            margin-left:20% ; 
            margin-top: 23% ; 
} 
span3{ 
            font-size: 3.4vw; 
            color:rgb(0, 0, 0); 
            font-weight: bold;
            font-family: 'IBM Plex Mono' , monospace; 
} 
span{ 
        color:#7A9ADB;
        font-size: 3.4vw;
        font-weight: bold;
        font-family: 'IBM Plex Mono' , monospace; 
} 
span2{ 
        color: rgb(0, 0, 0); 
        font-size: 2.2vw; 
        
        font-family: 'IBM Plex Mono' , monospace; 
        
} 
.detel p{ 
        color:rgb(250, 249, 249); 
        line-height: 22px;
}