@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Sono:wght@600&display=swap');/*Google Fonts Sono*/

.ProfileTpWrap{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    border-radius: 0px 0px 10px 10px;
    width: 960px;
    background: rgba(255,255,255,0.95);
    padding: 20px;
}

.ProfileLeft{
    float: left;
    width: 460px;
    height: 260px;
    background: rgba(255,255,255,0.99);
    display: flex;
    justify-content: center;
    align-items: center;
}

.ProfileLeft img{
    width: 450px;
    height: 253px;
    
}

.ProfileRight{
    float: left;
    width: 460px;
    height: 260px;
    padding: 10px;
    background: rgba(255,255,255,0.99);
}

.ProfileRight h3{
    font-size: x-large;
    font-weight: bolder;   
}

.ProfileRight h4{
    font-size: large;
    font-weight: bolder;   
}

.ProfileRight h2{
    font-size: larger;
    font-weight: bolder;   
}

.ProfileRight p{
    font-size: medium;
    font-weight: bolder;   
}


.ProfileText{
    clear: left;
    width: 920px;
    padding: 10px;
    background: rgba(255,255,255,0.99);
    font-size: smaller;
}