body{
    margin: 0;
    font-family: 'Roboto Condensed', sans-serif;
}

h1{
    font-size: 50px;
}
h2{
    font-size: 45px;
}
p{
    color: dimgray;
}
.color-highlight{
    color: orange;
}
.half-width{
    width: 40%;
float: left;
    margin-left:5%;
    padding-left: 2%;
}
.half-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, lightsalmon,tomato) ;
    padding: 10px 20px;
    border-radius: 15px;
    color: whitesmoke;
    font-weight: 700;

}
.dream-area{
    background-image: url("images/dream-bg.png");
    background-repeat: no-repeat;
    background-position: right;
}

.single-experience{
    box-shadow: 10px 10px 40px gray;
    border-radius: 5px;
    height: 300px;
}
.experience-area{
    background-image: url("images/exp-bg.png");
    background-repeat: no-repeat;
    background-position: left;
}
#full-stack{
    border-left: 7px solid orange;

    height: 400px;
}
#baby-web{
    border-left: 7px solid;
    border-image: linear-gradient(180deg, blue, cyan);
    border-image-slice: 1;
    height: 400px;
}
footer p{
    text-align: center;
    color: blue;
    font-size: 10px;
}
.center{
    text-align: center;
    color: brown;
}