body{
    margin: 0px;
    padding: 0px;
    background-color: radial-gradient(#c7c7c7 25%,$c7c7c7 74%);
    font-family: system-ui;
}
.clearfix{
    clear: both;
}
.main{
    height: 2000px;
    width: 800px;
    background-color: white;
    box-shadow: 5px 7px 15px #b9b6b6;
    margin:20px auto;
}
.top-section{
    background-color: #151b29;
    text-align: center;
    padding: 20px;

}
.profile{
    width:150px;
    border-radius: 50%;
}
.p1{
    color: white;
    font-size: 40px;
    font-weight: bold;
    margin:0px;
    margin-top: 10px;

}
.p1 span{
    font-weight:100;
    color: #c7c7c7;

}
.p2{
    font-size: 20px;
    color: #c7c7c7;
    margin-top: 10px;
}
.col-div-4{
    width: 35%;
    float: left;

}
.col-div-8{
    width: 62%;
    float: left;

}
.line{
    border-left: 1px solid #c7c7c7;
    height: 800px;
    width: 2%;
    margin-top: 30px;
    float: left;

}
.content-box{
    padding: 20px;

}
.head{
    font-size: 20px;
    font-transform: uppercase;
    font-weight: 600;
}
.p3{
    color: #150101;
    margin-bottom: -5px;

}
.fa{
    color: #151b29;

}
.skills{
    margin-left: -20px;
    margin-bottom: 0px;

}
.skills li{
    padding:  5px;
}
.skills li span{
    color: #0f0e0e;

}
.p4{
    font-size: 14px;
    color: #151b29;
}

