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;
}
.about{
text-align: center;
padding: 200px;
}
.contactMe{
  text-align: center;
  padding: 300px;
}

  *{
    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;
  }
  .socialIcons{
    display: flex;
    justify-content: left;
    bottom :align;
  }
  .socialIcons a{
    text-decoration: none;
    padding: 5px;
    background-color:white;
    margin: 0%;
    border-radius: 40%;
    margin-bottom: 20px;
    /* Reduce the bottom margin for less space in the footer */ 
  } 
  .socialIcons a i{
    font-size: 2em;
    color: black;
    opacity: 0.9;
  }
  /* Hover Effects on Social Media Icons */
  .socialIcons a:hover{
    background-color: black;
    transition: 0.5s;
  }
  .socialIcons a:hover i{
    color: rgb(204, 50, 76);
    transition: 0.3s;
  }
  .footerbottom{
    background-color:gray;
    padding: 20px;
    text-align: center;
   margin-bottom: 50px; 
   /* Reduce the bottom margin for less space below the footer */ 
  }
  .footerbottom p{
      color:black;
  }
  .designer{
    opacity: 0.7;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    margin: 0px 5px;
  }