.left-side img{
    height: 130px;
    width: 130px;
    border-radius: 50%;
    margin-top: 10px;
    margin-left:25%;
    
}

.left-side{
    background-color: #000;
    width:20%;
    height: 600px;
    color: #fff;
    margin-left:10px;
    
}

.left-side ul {
    list-style: none;
    margin-left:15%;
    
}
.left-side ul li{
    margin-top:30px;
}
i{
    margin:10px;
}
.right-side{
    margin-left:22%;
    margin-top:-44%;
}
big{
    font-size: 80px;
}
.right-side select{
    margin-left: 90%;

}
.right-side ul li{
    list-style-type:circle;
}