body{
    font-family: 'Poppins';font-size: 22px;
    margin: 0;
}
.name-highlight{
    color: orange;
}
h1{
    font-size: 50px;
}
h2{
    font-size: 40px;
}
p{
    color: dimgray;
}
.half-width{
    width: 40%;
    float: left;
    margin-left: 5%;
    padding-left: 2%;
}
.half-width img{
    width: 100%;
}
#just{
    padding-top: 40px;
}
.top-banner{
    background-image: url(image/top-banner.png);
    background-repeat: no-repeat;

}
section{
    height: 500px;
    padding-bottom: 150px;
}
.link-anchore{
    text-decoration: none;
    font-weight: 700;
    padding: 10px 40px;
    border-radius: 5px;
    color: white;
    background-image: linear-gradient(45deg, lightsalmon , tomato);
}
.Dream{
    background-image: url(image/dream-bg.png);
    background-repeat: no-repeat;
    background-position: right;
}
#htwo{
    margin-left: 5%;
}
.single-experience{
    box-shadow: 10px 10px 40px gray;
    border-radius: 5px;
    height: 80%;
}
.experience{
    background-image: url(image/exp-bg.png);
    background-repeat: no-repeat;
    background-position: left;
}
#Full-Stack{
    border-left: 7px solid;
    border-image: linear-gradient(180deg, lightsalmon, tomato);
    border-image-slice: 1;
}
#Baby{
    border-left: 7px solid;
    border-image: linear-gradient(180deg, blue, cyan);
    border-image-slice: 1;
}
footer p{
    text-align: center;
}
