.profile { display: flex; align-items: center; margin-bottom: 40px; } .avatar { width: 100px; height: 100px; border-radius: 50%; margin-right: 20px; } .profile-details { margin-top: 10px; } .profile-link { display: inline-block; padding: 10px 20px; background-color: #007bff; color: #fff; text-decoration: none; border-radius: 5px; margin-top: 20px; } .commit { margin-bottom: 40px; } .commit h2 { margin-bottom: 10px; }