body {
    direction: rtl;
    padding: 0;
    margin: 0;
}
.fixed-button {
    display: none;
    position: fixed;
    top: 5px;
    right: 5px;
    z-index: 1000;
  }
  .custom-menu-home{
    background:#00BCD4;
    border:5px solid #fff;
    padding:30px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
  }
  .custom-menu-home:hover{
    color:#fff;
    text-decoration: none;
    background:#2f3b45;

  }
