*
{
    box-sizing: border-box;
}
body
{
    background-color: aqua;
    padding: 0px;
    direction: rtl;
}
#navbar
{
    position:absolute;
    left: 0px;
    top: 0px;
    
    width: 100%;
    
    background-color: rgb(0, 170, 180);
    padding: 20px;
    display: flex;
    justify-content: left;
}
.menu-button
{
    text-decoration: none;
    font-size: 30px;
    color: white;
    padding: 10px;
    margin: 10px;
    border: solid 2px white;
    border-radius: 20px;
    background-color: rgb(0,110,160);
    font-family: "Mitra";
   text-align: center;
    min-width: 80px !important;
    
    
    
}