.newmenu {
 
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 30px;
    color: black;
    font-size: 18px;
    font-family: var(--billdins-font, "Rubik", sans-serif);
    font-weight: 500;
    height: 46px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 500ms;
    transition: 500ms;
   
 
}

.newbottons{
 border-bottom: 1px solid black;
 
}

.newbottons2{
border-top:1px solid black ;

}