* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: Arial, sans-serif;
}
img {
    max-width: 100%;
    height: auto;
}
.profile-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
