.userimg{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin: 20px auto;
}
img{
    width: 100%;
    height: 100%;
}
.username{
    font-size: 18px;
    text-align: center;
}
.title{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin: 20px 0 40px;
}
td img{
    width: 200px;
    height: 120px;
}
td{
    text-align: center;
    padding: 16px 0;
}
