body{
    margin: 0cm;
    font-family: 'Poppins',sans-serif;
}
h1{
    font-size: 40px;
}
h2{
    font-size: 40px;
}
p{
    color: dimgray;
}
.name-heilight{
    color: orange;
}
.helf-width{
    width: 40%;
    float: left;
    margin-left: 5%;
    padding-left: 2%;
}
.helf-width img{
    width: 100%;
}
.top-banner{
    background-image: url(images/top-banner.png);
    background-repeat: no-repeat;
}
section{
    height: 500px;
    padding-bottom: 100px;
}
.link-button{
    text-decoration: none;
    background-image: linear-gradient(45deg,red,tomato);
    padding: 10px 20px;
    border-radius: 5px;
    color:black;
    font-weight: 700;
}
.side-banner{
    background-image: url(images/dream-bg.png);
    background-repeat: no-repeat;
    background-position: right;
}
.right-text{
    width: 40%;
    float: right;
    margin-right: 5%;
    padding-right: 3%;
}
.ex-hightlight{
    color: rgba(9, 64, 182, 0.863);
}
.experiences-area{
    background-image: url(images/exp-bg.png);
    background-repeat: no-repeat;
    background-position: left;
}
.single-experience{
    box-shadow: 10px 10px 40px gray;
    border-radius: 5px;
    height: 80%;
    background-color: white;
}
#full-stack{
    border-left: 7px solid;
    border-image: linear-gradient(180deg,lightsalmon,tomato);
    border-image-slice: 1;
}
#baby-web{
    border-left: 7px solid;
    border-image: linear-gradient(180deg,rgb(219, 192, 255), rgb(74, 71, 255));
    border-image-slice: 1;
}
.footer{
    text-align: center;
    font-size: 20px;
}






