#menuBox {
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  /* height: fit-content; */
  margin-right: 20px;

  /* border: 1px solid red; */
  display: flex;
  align-items: start;
}



#menu2{
    grid-column: 9 / 13;
    grid-row: 6 / 6;
    display: flex;
    justify-content: right;
    align-items: center;
    /* width: fit-content; */
    /* gap: 10px; */
    /* position: absolute;
    top: 100%; */
    /* right: 0; */
    /* width: 100%; */
    /* height: fit-content; */
    padding-right: 20px;
    margin-right: 20px;
    margin-left: 50px;
    background-color: rgba(91, 87, 87, 0.427);
    z-index: 20;
    height: fit-content;
    width: fit-content;
  
    /* border: 1px solid red; */
    /* display: flex;
    align-items: start; */
  }
  
  #menu2 a{
    display: flex;
  /* gap: 10px; */
  border: 3px solid rgb(244, 239, 239);
  gap: 20px;
  background-color: rgba(10, 10, 10, 0.694);
  padding: 0.5%;
  background-color: rgba(91, 87, 87, 0.694);
    
  }

  #menu2 li{
    padding: 0 5px 0 5px;
    text-decoration: none;
  }
  .m1{
    color: white;
    font-size: 130%;
    font-weight: 700;
    padding: 10px;
    border: 5px solid rgb(175, 175, 175);
    border-radius: 5%;
    padding: 0 5px;
    
  
  }

  .menu{
    display: flex;
    align-items: center;
  }


  

  