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

h1 {
    font-size: 40px;
}

.red1 {
    color: red;
}

.flexiable-content {
    display: flex;
    margin-bottom: 100px;
}

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

.half-width img {
    width: 80%;
}

.link-btn {
    text-decoration: none;
    color: white;
    background-image: linear-gradient(orange, tomato);
    padding: 10px 30px;
    font-weight: 800;
    border-radius: 8px;

}

.top-banner {
    background-image: url(images/top-banner.png);
    background-repeat: no-repeat;
}

.full-width {
    width: 100%;
    padding-left: 5%;
}

.full-width img {
    width: 80%;
}

.red-btn {
    text-decoration: none;
    color: white;
    background-image: linear-gradient(orange, tomato);
    padding: 10px 20px;
    font-weight: 800;
    border-radius: 5px;

}

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

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

.experience-item {
    box-shadow: 10px 10px 40px gray;
    width: 40%;
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 20px;
    border-radius: 8px;
}

#web-dev-experience {
    border-image: linear-gradient(blue, cyan);
    border-image-slice: 1;
    border-left: 5px solid;
}

#full-stack-experience {
    border-image: linear-gradient(salmon, tomato);
    border-image-slice: 1;
    border-left: 5px solid;
}

footer p {
    text-align: center;
}