body{
    background-image:url("WhatsApp\ Image\ 2025-02-28\ at\ 19.57.16_829ed3f9.jpg"); 
    background-size: cover;/* Expands the background image to cover the entire body area */   
      }
    
    .navbar {
        background: gray;
        font-family: calibri;
        padding: 20px }
    
    .navdiv {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .logo a {
        font-size: 35px;
        font-weight: 600;
        color: black;
    }
    
    li {
        list-style: none;
        display: inline-block;
    }
    
    li a {
        color: white;
        font-size: 18px;
        font-weight: bold;
        margin-right: 25px;
    }
    
    button {
        background-color: black;
        margin-left: 10px;
        border-radius: 10px;
        padding: 10px;
        width: 70px;
    
    }
    
    button a {
        color: white;
        font-weight: bold;
        font-size: 15px;
    }
    .service{
        text-align: center;
        padding: 50px;
    }
    *{
        text-decoration: none;
        padding: 1;
        margin: 0;
        box-sizing: border-box;
      }
      footer{
        background-color:0;
      }
       .footercontainer{
       
       padding: 10px ;
       /* Reduce the bottom margin for less space below the footer */ 
       margin-bottom: 110px;
       box-align: end;
      }
      .footerbottom{
        background-color:gray;
        padding: 20px;
        text-align: center;
       margin-bottom: 50px; 
       /* Reduce the bottom margin for less space below the footer */ 
      }
      