.user-info {
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    align-items: center;
  }

  .profile-pic {
    width: 50px;
    height: 50px;
    background-color: #666; /* Placeholder for the image */
    border-radius: 50%;
    margin-right: 10px;
  }

  .username {
    font-size: 1.2em;
    color: #ddd;
  }