body{
    margin: 0;
    
} 

h1{
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
}
h2{
    font-size: 25px;
    font-family: 'Dancing Script', cursive;
    text-underline-position: below;
    
}
.goddamit{
    font-size: 40px;
    color: red;
}
h3{
    font-family: 'Dancing Script', cursive;

}
.half-width{
    width: 40%;
   float: left;
    margin-left: 5%;
    padding-left: 3%;
}
.half-width img{
    width: 100%;
}

.top-banner{
    background-image: url("top-banner.png");
    background-repeat: no-repeat;
    
}
section{
    height: 500px;
    padding-bottom: 100px;
}
.link{
    color: white;
   
    background-image: linear-gradient( 180deg, lightsalmon,tomato );
    padding: 10px;
    border-radius: 10%;
    text-decoration: none;
    font-weight: 700;
}
.my-plus-point{
    background-image: url("dream-bg.png");
    background-repeat: no-repeat;
    background-position: right;

}
.dam{
    font-size: 20px;
    color: orangered;
    font-family: fantasy;
}
.single-xp{
    box-shadow:10px 10px 40px  gray;
    border-radius: 5px;
}
.end{
    background-image: url("exp-bg.png");
    background-repeat: no-repeat;
   
}
#full-stack{
    border-left: 7px solid;
    border-image: linear-gradient(180deg, lightsalmon,tomato);
    border-image-slice: 1;
}
#full-stack2nd{
    border-left: 7px solid;
    border-image: linear-gradient(180deg,blue,cyan);
    border-image-slice: 1;
}
footer p{
    text-align: center;
    color: rgb(255, 127, 138);
}