.user-center { | |
max-width: 100%; | |
padding: 3%; | |
font-family: Arial, sans-serif; | |
display: flex; | |
gap: 10%; | |
background: #333; | |
} | |
.right-content { | |
flex: 3; | |
} | |
.profile-header { | |
margin-top: -20%; | |
text-align: center; | |
} | |
.avatar { | |
width: 100px; | |
height: 100px; | |
border-radius: 50%; | |
object-fit: cover; | |
} | |
h1 { | |
font-size: 2em; | |
margin-top: 10px; | |
} | |
.profile-details { | |
margin-top: 20%; | |
font-size: 1.2em; | |
} | |
.profile-details p { | |
margin: 10px 0; | |
} | |
.profile-details strong { | |
color: #333; | |
} | |
.error { | |
color: red; | |
text-align: center; | |
} | |
.common-card { | |
background-color: #e9ded2; | |
border-radius: 16px; | |
margin: 0 auto; | |
margin-top: 40px; | |
padding: 10% 20%; | |
margin-left: 5%; | |
margin-right: 5%; | |
} |