.user { align-items: start; } .user-top { display: flex; align-items: center; gap: 10px; } .user-page-pfp { width: 50px; height: 50px; border-radius: 50%; } .messages-list { width: 100%; display: flex; flex-direction: column; justify-content: space-between; align-items: center; gap: 10px; }