body{
    font-family: 'Poppins', sans-serif;
    margin: 0%;
    
}
h1{
    font-size: 45px;
}
h2{
    font-size: 40px;
}
.name-color{
    color: orange;
}
section{
    display: flex;
    margin-bottom: 100px;
   
}
.half-width{
    width: 40%;
    margin-left: 80px;
    margin-right: 10px;
   
    
    
}
.half-width img{
    
    width: 90%;
    
}
.welcome-section{
    
    background-image: url(./images/top-banner.png);
    background-position: left;
    background-repeat: no-repeat;
}
.Dream-section{
    background-image: url(./images/dream-bg.png);
    background-position: right;
    background-repeat: no-repeat;
}
.final-section{
    background-image: url(./images/exp-bg.png);
    background-position: left;
    background-repeat: no-repeat;
}
a{
    color: white;
    text-align:justify;
    box-shadow: 5px 5px 10px salmon;
    border-radius: 5px;
    padding: 10px;
    text-decoration: none;
    background-image: linear-gradient(red, tomato);
}
.hireme-btn:hover{
    background-color: #b5cd5c;
    color: #348cb4;
    cursor: pointer;
}
.resume-btn:hover{
    background-color: #abcd5c;
    color: #36a2b1;
    cursor: pointer;
}
.fullstack-border{
    width: 40%;
    border: 50px;
    border-radius: 10px;
    border-left: 7px solid transparent;
    border-image: linear-gradient( #0f0f61 , #37d1d1);
    border-image-slice: 1;
    margin-left: 80px;
    margin-right: 20px;
    padding: 40px;
    box-shadow: 10px 10px 40px gray;
}
.baby-border{
    width: 40%;
    border: 50px;
    border-radius: 10px;
    border-left: 7px solid transparent;
    border-image: linear-gradient( red , yellow);
    border-image-slice: 1;
    margin-left: 80px;
    margin-right: 20px;
    padding: 40px;
    
    box-shadow: 10px 10px 40px gray;
}


footer p{
    text-align: center;
}