body{
    margin: 0px;
    font-family:'poppins', sans-serif;
}
.name{
    color: rgb(252, 10, 103);
}
h1{
    font-size: 50px;
}
p {
    color: dimgray;
}
.link-button {
    color: white;
    text-decoration: none;
    font-weight: 900px;
    background-image: linear-gradient(45deg ,lightsalmon,tomato);
    padding: 10px 20px;
    border-radius: 5px;
    
    
}
.half-width{
    width: 40%;
    float: left;
    margin-left: 5%;
    padding-left: 2%;
    
    

}

#correction {
    margin-top: -90px;
    width: 100%;

}
#correction1 {
    width: 100%;
}
#bio {
    padding-top: 200px;
}

section {
    height: 500px;
    padding-bottom:150px;
}
.top-banner{
    background-image: url(images/header-bg.png);
  
    background-repeat: no-repeat;

   
   
    
}
.biography {
    background-image: url(images/biography-bg.png);
    background-repeat: no-repeat;
  width:100% ;
    
}
.work {
    text-align: center;
    margin: 10px 20px;
    padding-top: 10PX;
    padding-bottom: 10px;
}
.latest-work img{
 
    width: 30%;
    margin-left: 20px;

    float: left;
}
#gray {
    color: dimgray;
    
}
#email {
    color: white;
    text-decoration: none;
    font-weight: 500px;
    background-image: linear-gradient(45deg ,rgb(230, 20, 135),rgb(241, 19, 74));
    padding: 10px 2px;
    border-radius: 20px;
    margin-right: 350px;
    margin-left: 350px;
    
}
   
}
.experience-area{
    overflow: hidden;
    background-image: url(images/exp-bg.png);
    background-repeat: no-repeat;
    background-position: left;
    
}

.single-experience {
    box-shadow:  10px 10px 40px gray;
    border-radius: 10px;
    height: 50%;
    background-color: white;
}
#full-stack {
    border-left:7px solid;
    border-image: linear-gradient(180deg,lightsalmon,tomato);
    border-image-slice: 1;
    width: 80%;
}
footer p {
    text-align: center;
    font-size: 12px;
}

.orange-highlight {
    color: orange;
}