body{
    margin: 0px;
    padding: 0px;
    background-image: radial-gradient(#c7c7c7 25%,#c7c7c7 74%);
    font-family: system-ui;
}
.clearfix{
    clear: both;
}
.main{
    height: auto;
    width: 700px;
    background-color: white;
    box-shadow: 5px 7px 15px 5px #b9b6b6;
    margin: 20px auto;
    text-align: left;
}
.main::after {
    content: "";
    display: table;
    clear: both;
}
.top-section{
    background-color: #151b29;
    text-align: left;
    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: #000000;
}
.p2{
    color: #000000;
    font-size: 20px;
    margin: 0px;
    margin-top: 10px;
}
.col-div-4{
    width: 30%;
    .col-div-8 {
      float: none;
    }
}
.col-div-8{
    width: 68%;
}
.columns {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.line {
    width: 2%;
    border-left: 1px solid black;
    margin-top: 30px;
}
.content-box{
    padding: 20px;
}
.content-row {
  display: flex;
  align-items: stretch;
}
.head{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
}
.p3{
    color: #000000;
    margin-top: -13px;
    margin-bottom: 3px;
}
.p31{
    color: #000000;
    margin-bottom: -3px;
}
.p32{
    color: #000000;
    margin-bottom: -3px;
    margin-left: -15px;
}
.phone{
    color: #151b29;
}
.skills{
    margin-left: -20px;
    margin-bottom: 0px;
}
.skills li{
    padding: 5px;
}
.skills li span{
    color: #000000;
}
.p4{
    font-size: 14px;
    color: #000000;
}
