body{
    font-family: 'Poppins', sans-serif;
    margin: 0px;
}
body a{
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700px;
    color: white;
    padding: 10px 40px;
    border-radius: 5px;
}
.flexible-container{
    display: flex;
    box-sizing: border-box;
    margin-bottom: 150px;
}
#top-banner{
    background-image: url(images/top-banner.png);
    background-repeat: no-repeat;
    position: left;
}
.half-width{
    width: 50%;
    padding: 5% 0 0 5%;
}
.half-width h1{
    font-size: 50px;
}
.half-width h3{
    font-size: 40px;
}
.orange-text{
    color: orange;
}
.half-width p{
    text-align: justify;
    padding: 0 15% 3% 0;
}
#hire-me-button{
    background-image: linear-gradient(45deg, lightsalmon, tomato);
}
.half-width img{
    width: 80%;
}
#second-section{
    background-image: url(images/dream-bg.png);
    background-repeat: no-repeat;
    background-position: right;
}
#resume-button{
    background-image: linear-gradient(45deg, #f55c98, #FF1F76);
}
#experience-area{
    box-sizing: border-box;
    margin-bottom: 150px;
    background-image: url(images/exp-bg.png);
    background-repeat: no-repeat;
    background-position: left;
}
#experience-item{
    display: flex;
}
#experience-header{
    font-size: 50px;
    margin-left: 5%;
}
.experience-card{
    box-shadow: 10px 10px 40px grey;
    width: 40%;
    margin: 0 5%;
    padding: 0 25px 20px 25px;
    border-radius: 10px;
    border-left: 7px solid;
    
}
.experience-card h1{
    font-size: 40px;
}
.experience-card p{
    text-align: justify;
}
#box1{
    border-image: linear-gradient(salmon, tomato);
    border-image-slice: 1;
}
#box2{
    border-image: linear-gradient(blue, cyan);
    border-image-slice: 1;
}
footer p{
    text-align: center;
}