blob: afb50a0e89dd57381e581ac0e0ca857b1348627a [file] [log] [blame]
.user{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin-top: 20px;
}
.user img {
width:40%;
border-radius: 20px;
margin-top: 20px;
}
.info p{
font-size: 20px;
font-weight: bold;
margin-top: 20px;
}