File size: 442 Bytes
22b8032
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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;
}