﻿*{
    padding:0;
    margin:0;
}
.profile-wrapper{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;

    display:flex;
    flex-direction:column;
    width:90%;
    margin:20px auto;
    border:1px solid #ccc;
    padding:10px;
    border-radius:10px;
}
.profile-container{
    display:flex;
    align-items:flex-start;
    justify-content:space-around;
    width:100%;
    background:#FFF;
}
.profile-left{
    display:flex;
    flex:1;
}

.profile-right{
    display:flex;
    flex:3;
    height:100%;

}