body {
    font-family: "Ubuntu", sans-serif;
    margin: 0%;
}

a {
    background-color: rgb(12, 12, 12);
    padding: 10px 10px;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    background-image: linear-gradient(black, rgb(224, 221, 221));
    border-radius: 10%;
}

section {
    margin-bottom: 10px;
}

/* first */



.header-section {
    background-image: url(image/pngtree-pink-banner-ribbon-roll-down-right-side-vector-png-png-image_4624423-removebg-preview.png);
    background-repeat: no-repeat;
    background-size: 400px;

}

.header-area {
    width: 50%;
    padding: 100px 10px 10px 10px;
}

.header-area h1 {
    font-size: 40px;
}





.header-area img {
    width: 60%;
}



/* 2nd */


.header-section1 {
    background-image: url(image/pngtree-pink-ribbon-banner-pointing-to-the-right-side-vector-png-png-image_4624384-removebg-preview.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 500px;
}

.header-area1 {
    width: 70%;
    padding: 200px 10px 10px 10px;
}

.header-area1 img {
    width: 60%;
}

.header-area1 h1 {
    font-size: 40px;
}

.flexible-container {
    display: flex;
    justify-content: center;
}


.Experience-section .header-areanew {
    box-shadow: 0px 2px 17px 10px cadetblue;
    width: 38%;
    margin: 41px;
    padding: 15px 30px;
    border-left: 10px solid;
    border-image: linear-gradient(red, darkgray);
    border-image-slice: 1;

}

.Experience-section .header-areanew1 {
    box-shadow: 0px 2px 17px 10px cadetblue;
    width: 38%;
    margin: 41px;
    padding: 15px 30px;
    border-left: 10px solid;
    border-image: linear-gradient(rgb(0, 255, 106), darkgray);
    border-image-slice: 1;
}

.Experience-section {
    background-image: url(image/cef4358276e4faf9100feca65fd5465a.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
}

footer p {
    text-align: center;
}