body{
    font-family: 'Staatliches', cursive;
}
h1{
    font-size: 50px;
}
.name-highlight{
    color: orangered;
}
.half-width{
    width:40%;
    float:left;
    margin-left: 5%;
    padding-left: 2%;
}
.half-width img{
    margin-left: 10%;
    padding-left: 5%;
    width:100%;
}
.topbanner{
    background-image: url(images/top-banner.png);
    background-repeat: no-repeat;
}
section{
    height: 500px;
    padding-bottom: 150px;
}
.link-button{
    text-decoration: none;
    background-color:rgb(11, 70, 138);
    padding : 10px 20px;
    border-radius: 5px;
    color:whitesmoke;
    font-weight:bold;
}
#dream {
    color: coral;
}
.dreamarea {
    background-image: url("images/dream-bg.png");
    background-repeat: no-repeat;
    background-position: right;
}
.ex{
    box-shadow: 5px 5px 40px grey;
    border-radius: 5px;
    height: 60%;
}
.experience {
    background-image: url("images/exp-bg.png");
    background-repeat:no-repeat;
    background-position: left;
}
#full-stack {
    border-left: 7px solid;
    border-image: linear-gradient( orange , coral ) ;
    border-image-slice: 1;
}
#baby-stack {
    border-left: 7px solid;
    border-image: linear-gradient( rgb(44, 150, 192) , blue );
border-image-slice: 1;
}
footer {
    text-align: center;
    font-size: 12px;
}