.navbar {
    overflow: hidden;
    background-color: #ffffff;
    position: fixed;
    top: 0;
    width: 100%;
  }

  .itemsNav {
    text-decoration: none;
    color: #484848;
    padding: 8px 8px;
      display: flex;
      align-items: center;
  }
  .itemsNav:hover {
    background-color: #009899;
    color: #ffffff;
    border-radius: 10px;
  }
  
  #pLogout {
      width: max-content;
  }
