.location {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between;
  }

.avatar {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    text-decoration: none;
  
  }
  .top-bar {
    display: flex !important;
    justify-content: space-between !important;
    padding: 20px 20px 0px 20px;
    color: black;
    align-items: center !important;
  }