body{
    font-family: 'Poppins', sans-serif;
    margin: 0;
}
h1{
    font-size: 50px;
}
.orange-color{
    color: orange;}

.flex{
    display: flex;
    margin-bottom: 100px;
}
.half-width{
    width: 50%;
    padding-left: 10%;
}
.half-width img{
    width: 70%;
}
.link-button{
    text-decoration: none;
    color: blue;
    background-image: -webkit-linear-gradient(orange, tomato);
    padding: 1%;
    border-radius: 10px;

}
.top-banner{
    background-image: url(images/top-banner.png);
    background-repeat: no-repeat;
}
.dream-big{
    background-image: url(images/dream-bg.png);
    background-repeat: no-repeat;
    background-position: right;
}
.shadow{
    width: 40%;
    padding-left: 20%;
    box-shadow: 10px 10px 40px gray;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 5px;

}
.experiment{
    background-image: url(images/exp-bg.png);
    background-repeat: no-repeat;
    background-position: left;
}
#baby-web{
    border-left: 7px solid;
    border-image: linear-gradient(blue, cyan);
    border-image-slice: 1;
}
#full-stack{
    border-left: 7px solid;
    border-image: linear-gradient(salmon, red);
    border-image-slice: 1;
}
footer p{
    text-align: center;
}