body{
    padding: 0;
    margin: 0;
    font-family: sans-serif;
}
h1{
    font-size: 50px;
}
h2{
    font-size: 40px;
}
p{
    color: dimgrey;
}
.orange-highlight{
    color: orange;
}
.halfwidth{
    width: 40%;
    float: left;
    margin-left: 5%;
    padding-left: 2%;
}

.halfwidth img{
    width: 100%;
    
}
section{
    height: 500px;
}

#header{
    background-image: url(img/top-banner.png);
    background-repeat: no-repeat;
}
.link-button{
    padding: 10px 20px;
    text-decoration: none;
    background-image: linear-gradient(45deg, lightSalmon,tomato);
    color: white;
    font-weight: 700;
    border-radius: 5px;
}

.dreamarea{
    background-image: url(img/dream-bg.png);
    background-repeat: no-repeat;
    background-position: right;
}
.single-blog{
    box-shadow: 10px 10px 40px grey;
    height: 50%;
}
.experiencearea{
    background-image: url(img/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-stack{
    border-left: 7px solid;
    border-image: linear-gradient(180deg,blue,cyan);
    border-image-slice: 1;
}