body{
     font-family: "Story Script", sans-serif;
     margin: 0px;
}
h1{
    font-size: 50px;   
}
h2{
    font-size: 45px;
}
p{
    color: dimgray;
}
.indigo-highlight{
    color: indigo;
}
.half-width{
    width: 40%;
    float: left;
    margin-left: 5%;
    padding: 2%;
}
.half-width img{
    width: 200px;
    margin-top: 20px;
    border-radius: 7%;
}
.top-banner{
    background-image: url("images/top-banner.png");
    background-repeat: no-repeat;
}
section{
    height: 500px;
    padding-bottom: 50px;
}
.link-button{
    text-decoration: none;
    color: white;
    background-image: linear-gradient(45deg,#a552a5, indigo);
    border-radius: 5px;
    padding: 10px 20px;
    font-weight: 550;
}
.dream-area{
    background-image: url("images/dream-bg.png");
    background-repeat: no-repeat;
    background-position: right;
}
.single-experience{
    box-shadow: 10px 10px 40px #a552a5;
    border-radius: 10px;
    height: 60%;
    background-color: white;
}
.experience-area{
    background-image: url("images/exp-bg.png");
    background-repeat: no-repeat;
    background-position: left;
}
#full-stack{
    border-left: 7px solid;
    border-image: linear-gradient(180deg, #9b01ca, #ceb0c9);
    border-image-slice: 1;
}
#baby-web{
    border-left: 7px solid;
    border-image: linear-gradient(180deg, #c40111, #fca9a9);
    border-image-slice: 1;
}
footer p{
    text-align: center;
    font-size: 12px;
}