.edit-profile-page { display: flex; flex-direction: column; justify-content: start; align-items: center; width: 100%; gap: 20px; } .edit-login { width: 97%; border: 1px solid #270722; padding: 10px; display: flex; flex-direction: column; background-color: #fff6fd; } .edit-pfp { width: 97%; border: 1px solid #270722; padding: 10px; display: flex; flex-direction: column; background-color: #fff6fd; } .edit-username { width: 97%; border: 1px solid #270722; padding: 10px; display: flex; flex-direction: column; background-color: #fff6fd; } .edit-password { width: 97%; border: 1px solid #270722; padding: 10px; display: flex; flex-direction: column; background-color: #fff6fd; }