body { | |
margin: 0; | |
font-family: Arial, sans-serif; | |
} | |
.top-bar { | |
display: flex; | |
justify-content: center; | |
align-items: center; | |
background-color: #f3f4f6; | |
padding: 10px; | |
border-bottom: 1px solid #d1d5db; | |
} | |
.profile-container { | |
text-align: center; | |
} | |
.profile-image { | |
width: 50px; | |
height: 50px; | |
border-radius: 50%; | |
} | |
.profile-text { | |
margin-top: 8px; | |
font-size: 14px; | |
color: #4b5563; | |
} |