#UserPage {
    position:absolute;
    width:331px;
    height:393px;
    top:60px;
    right:10px;
    display:block;
    opacity:1;
}

#UserPage_Icon{
    position:absolute;
    width:60px;
    height:60px;
    top:20px;
    left:50%;
    transform: translateX(-50%);
    border-radius: 30px;
    background-color: #abdde5
}

#UserPage_Icon_Img{
    position:absolute;
    width:30px;
    height:30px;
    top:15px;
    left:15px
}

#UserPage_ID{
    position:absolute;
    width:200px;
    height:30px;
    top:83px;
    line-height:30px;
    left:50%;
    transform: translateX(-50%);
    text-align: center;
    color: black;
    font-weight: 600;
    font-size: 16px;
}

#UserPage_Email {
    position:absolute;
    width:200px;
    height:30px;
    top:104px;
    line-height:30px;
    left:50%;
    transform: translateX(-50%);
    text-align: center;
    color: grey;
    font-weight: 400;
    font-size: 16px;
}

#UserPage_Point {
    position:absolute;
    width:200px;
    height:30px;
    top:134px;
    line-height:30px;
    left:50%;
    transform: translateX(-50%);
    text-align: center;
    color: black;
    font-weight: 600;
    font-size: 18px;
}

.UserPage_Buttons{
    position:absolute;
    width:60px;
    height:60px;
    border-radius: 30px;
    cursor: pointer;
}

.UserPage_Buttons:hover{
    background-color: rgb(219, 219, 219);
}
.UserPage_Buttons:active{
    background-color: rgb(225, 225, 225);
}

.UserPage_Buttons_Text{
    position:absolute;
    width:90px;
    height:20px;
    line-height: 20px;
    bottom:4px;
    font-size: 14px;
    font-weight: 600;
    color: #111111;
    text-align: center
}

.UserPage_Buttons_Img{
    position:absolute;
    width:40px;
    height:40px;
    top:10px;
    left:25px;
}