._container{
display: flex;
flex-direction: column;
align-items: center;
width: 100%
}
._username{
font-size: x-large;
font-weight: bold;
}
._avatar{
width: 10vw;
height: auto;
border-radius: 50%;
object-fit: cover;
}
._bio{
margin-top: 10px;
}
._link_line{
margin-top: 10px;
} |