section{
    height:500px;
    padding-bottom: 150px;
}
body{
    font-family: 'Roboto', sans-serif;
}
.top-banner{
    background-image: url("images/developer-portfolio/top-banner.png");
    background-repeat: no-repeat;
}
.dream-area{
    background-image: url("images/developer-portfolio/dream-bg.png");
    background-repeat: no-repeat;
    background-position: right;
}
.experience-area{
    background-image:url("images/developer-portfolio/exp-bg.png");
    background-repeat: no-repeat;
    background-position: left;
    
}
.name-highlight{
    color:orange;
}
.link-button{
    text-decoration: none;
    background-image: linear-gradient(green, yellow);
    border: 10px;
    border-radius: 5px;
    padding:5px;
    color: black;
    font-weight: 900px;
}
.half-width{
     width:40%;
     float: left;
     margin-left: 5%;
     padding-left: 2%;
}

.half-width img{
    width:100%;
}
.single-experience{
    box-shadow: 10px 10px 10px gray;
    border-radius: 5px;
    height: 80%;
}
#full-stack{
    border-left: 7px solid;
    border-image: linear-gradient(180deg,lightsalmon, yellow);
    border-image-slice: 1;
}
#baby-stack{
    border-left: 7px solid;
    border-image:linear-gradient(180deg, blue, cyan);
    border-image-slice:1;
}
footer p{
    text-align: center;
}
h2{
 text-align: left;
}