body{
    font-family: 'Poppins', sans-serif;
    margin: 0px;
}


.half_div{
    float: left;
    width: 30%;
    margin-left: 300px;
    margin-top: 200px;
    
}

.half_div_img img{
    margin-top: 100px;
    width: 35%;
}

.hire_me{
    color: hsl(330, 18%, 96%);
    background-color: #ec4a80;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 900;
    padding: 10px 20px;

}
#name_color{
    color: #ec4a80;
    font-size: 50px;
    
}
h1{
    font-size: 50px;
}
h2{
    font-size: 40px;

}

section{
    height: 600px;
}
p{
    color: #5f5f5f;
}

.top_label{
    background-image: url("images/header-bg.png");
    background-repeat: no-repeat;

}
biography_label{
    background-image: url("images/biography-bg.png");
    background-repeat: no-repeat;
}
.My_latest_work{
    width: 100%;
    background-image: url("images/latest-work-bg.png");
    background-repeat: no-repeat;
}
.bottom_label{
    background-image: url("images/footer-bg.png");
    background-repeat: no-repeat;

    width: 100%;
    text-align: center;
    margin-top: 800px;

}
.column {
    float: left;
    width: 28%;
    padding: 28px;
    
  }
  
  /* Clear floats after image containers */
  .row {
    text-align: center;
    content: "";
    clear: both;
    display: table;
    margin-left: 100px;
  }

 
h3{
    font-size: 30px;
}
h4{
    color: #797878;
}
#line{
    text-align: center;
    font-size: 30px;
    width: 650px;
    margin-left: 600px;
    color: black;
}
h5{
    font-size: 20px;
}
#contruc{
    background-color: #ec4a80;
    width: 50%;
    padding: 20px 30px;
    color: white;
    border-radius: 10px;
    margin-left: 450px;

  }
#footer{
    margin-top: 200px;
    text-align: center;
    font-size: 20px;
}
  