body{
    font-family: 'Poppins', sans-serif;
    margin: 0;
}
h1{
    font-size: 50px;
    font-weight: 700;
}
h2{
    font-size: 40px;
}

.orange{
    color: orange;
}
.flaxiable-container{
    display: flex;
    margin-bottom: 150px;
}
.half-weidth{
    width: 50%;
    padding-left: 5%;
}
.half-weidth img{
    width: 80%;
}
.hire-button{
    text-decoration: none;
    padding: 10px 40px;
    border-radius: 5px;
    color: white;
    font-weight: 700;
    background-image:linear-gradient(45deg, lightsalmon, tomato);
}

.top-banner{
    background-image: url( image/top-banner.png);
    background-repeat: no-repeat;
}

.dream-big{
    background-image: url(image/dream-bg.png);
    background-repeat: no-repeat;
    background-position: right;
}

.experience-developer{
width: 40%;
box-shadow: 10px 10px 40px gray;
margin-left: 5% ;
margin-right: 5%;
padding-left: 10px;
border-radius: 10px;
padding-bottom: 40px;

}
.experiences-area{
    background-image: url(image/exp-bg.png);
    background-repeat: no-repeat;
    background-position: left;
    
}

#baby-web{
   
        border-left: 7px solid;
        border-image: linear-gradient( blue, cyan);
        border-image-slice: 1;
        
}
#full-web{
    border-left: 7px solid;
        border-image: linear-gradient( #F6735E, #F6735E);
        border-image-slice: 1;
}

footer p{
    text-align: center;
}