body{
    background-color:darkgray;
}

.menu{
    width: 50%;
    left: 20%;
    top: 0;
    text-align: center;
    /* position:absolute; */
    position: absolute;
  }
  
  
  .ulmenu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #2fdef5;
    
    
  }
  
  .limenu {
    float: left;
    
  }
  
  .limenu a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }
  
  .limenu a:hover {
    background-color: #16da78;
    
  }

  .onorari{
    margin-top: 200px;
    text-align: center;    
    color:black;
  }
  .center{
    margin-left: auto;
    margin-right: auto;
  }

  table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
  }
  