body {
    font-family: 'Poppins', sans-serif;
    margin: 0;

}

h1 {
    font-size: 3rem;
    margin: 0;
    padding: 0;
}

.spcial-color {
    color: orangered;
}

.flexible-container {
    display: flex;
    margin-bottom: 5rem;
}

.hero-area {
    background-image: url(images/top-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 45px 0px;
}

.half {
    width: 50%;
    padding-left: 5%;
    padding-right: 5%;
}

.half img {
    width: 70%;
}

.button {
    text-decoration: none;
    padding: 10px 15px;
    background-color: orangered;
    border-radius: 5%;
    color: white;
    background-image: linear-gradient(orange, red);
    font-weight: 400;

}

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

.experience {
    padding-left: 5%;
    padding-right: 5%;
    background-image: url(images/exp-bg.png);
    background-repeat: no-repeat;
    background-position: left;
}

.skills {
    width: 50%;
    padding: 25px 25px;
    margin: 15px;
    box-shadow: 5px 5px 25px gray;
}

#web {
    border-image: linear-gradient(orange, red);
    border-image-slice: 2;
    border-left: 7px solid;

}

#ecommerce {
    border-image: linear-gradient(blue, cyan);
    border-image-slice: 2;
    border-left: 7px solid;

}

.skills h4 {
    color: orangered;
}

footer p {
    text-align: center;
    padding: 10px;
}