.heads
  {
    padding-top: 10px;
    color: aqua;
  }
  .row {
    padding-top: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .search-bar {
   
    flex-grow: 1;
    margin-right: 10px;
    margin-left: 200px; /* Adjust the margin as needed */
  }
  .search-bar input[type="text"] {
    margin-right: 15px; /* Adjust the spacing as needed */
    width: 350pX;
    
}
  
  .developers-button {
    margin-left: 10px; /* Adjust the margin as needed */
  }
  
 .title-dev
 {
  text-align: center;
 }
  /* .dev-button button{
    display: inline-block;
  } */
  div.alldevs{
    text-align: center;
  }
  .alldevs ul
  {
    display:inline-block;
    /* display: grid; */
    /* grid-template-columns: repeat(3, 1fr); */
    list-style: none;
    margin: 10px;
    text-align: center;
  }
  ul li.developers{
    margin: 10px;
    list-style: none;
  }
  li.developers{
    padding: 10px;
  }
  .developers{
    border: 1px solid #ccc;
    border-radius: 7px;
    padding: 10px;
    width: 35rem;
    display: flex;
    justify-content: space-around;
    vertical-align: middle;
  }
  .developers:hover{
    box-shadow: 0 0 11px rgba(33,33,33,.2);
    transition: 0.3s
  }

  div.user-info
  {
    justify-content: center;
    text-align: left;
    width: 70%;
    margin-top:16px;
  }

  div.user-info div{
    vertical-align: middle;
    display: inline-block;
  }

  #user-name{
   
    font-weight: 500;
  }

  #user-org{
    color: #818181;
    font-size: 0.9rem;
  }

  .search-results {
    margin-top: 20px;
  }
  
  .search-results h2 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  
  .search-results a {
    color: teal;
    text-decoration: none;
  }
  
  .search-results hr {
    margin: 10px 0;
    border: 0;
    border-top: 1px solid #ccc;
  }

 