*{
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
  

}

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
.body_Style{
  background-color:#171719;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  
}
.navbar-Stype{
  background-color:#171719;
  width: 100%;
  display: block;
  
  }
  .content-style{
    display: flex;
    align-items: center;
    padding: 0px 10px;
    width:100%;
  }


 
.space_navbar{
  margin-top: 70px;
}

#div_a_Link_in_navbar{
  position: absolute ;
  width: 300px;
  margin-left: -300px;
  background-color:#40404b;
  height: 100vh;
  transition:all 0.5s;
  padding: 5px;
  z-index: 1;


}

.a_Link_navbar{ 
  display: flex;
  color: white;
  text-decoration: none;
  border-bottom: 0.5px black solid;
  align-items: center;
}
.a_Link_navbar:hover{
  display: block;
  color: black;
  text-decoration: none;
  background-color: white;
  align-items: center;
  display: flex;
  
}



#open_button_image,#close_button_image{
  width: 40px;
  height: 40px;
  left: 8px;



}
#close_button_image{
  display: none;
}


.Name_list{
 font-style: italic;
 padding: 14px 5px;
 margin: 0px;
}

.logo_Image{
  max-width: 70%;
  height: auto;
  margin: auto;
}

.div_logo_image{
    width: 100%;
    text-align: center;
}

