*{
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    font-family: "Roboto", sans-serif;
 font-size: large;
 font-weight: 100;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
.body_Style{
 font-family: "Roboto", sans-serif;
 font-size: large;
 font-weight: 100;
 background-color: #0c0400;
}
.navbar-style{
 
  width: 100%;
  display: block;

  
  }
  .image_in_navbar{
        width: 100%;
  }
  .content-style{
    display: flex;
    align-items: center;
    padding: 0px 10px;
    width: 15%;

  }
.main-div{
  display: flex;
}

 .logoimage-div{
  width: 70%;
  display: flex;
  justify-content: center;
 }
 .space{
      width: 15%;
  
 }
.space_navbar{
  margin-top: 70px;
}

#div_a_Link_in_navbar{
  position: absolute ;
  width: 300px;
  margin-left: -300px;
  background-color: #41464b;;
  height: 100vh;
  transition:all 0.5s;
  padding: 5px;
  z-index: 1;


}

.a_Link_navbar{ 
  display: flex;
  color: #f1cf68;;
  text-decoration: none;
  border-bottom: 0.5px #ffc107 solid;
  align-items: center;
  padding: 5px;
}
.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;
   background-color: #41464b;
    padding: 5px;
    border-radius: 7px;
    cursor: pointer;
}
#close_button_image{
  display: none;
}


.Name_list{
 padding: 14px 5px;
 margin: 0px;
}

.logo_Image{
    max-width: 90%;
  height: auto;

}

.div_logo_image{
    width: 100%;
    text-align: center;
}

.img_navbar_link{
    width: 40px;
    height: 40px;
}

