body{
  font-family: 'Noto Serif', serif;
font-family: 'Poppins', sans-serif;
margin:0;
}
h1{
  font-size: 50px;
}
h2{
  font-size: 40px;
}
p{
  font-family: bold;
  text-align: justify;
}
.color-orange{
  color:orange;
}
.flexible-container{
  display:flex;
  margin-bottom: 150px;
}
.half-width{
  width:50%;
  padding-left: 2%;
}
.half-width img{
  width:75%;
}
.link-button{
  text-decoration: none;
  padding:10px 40px;
  font-weight: 700;
  border-radius: 10px;
  background-image: linear-gradient(orange, red);
  color:white;
}
.top-banner{
  background-image: url(images/top-banner.png);
  background-repeat: no-repeat;
}
.big-dream{
  background-image: url(images/dream-bg.png);
  background-repeat: no-repeat;
  background-position: right;
  
}
.experience-area{
  background-image: url(images/exp-bg.png);
  background-repeat: no-repeat;
  background-position: left;
}
.experience-item{
  box-shadow:10px 10px 50px gray;
  width:40%;
  margin-left:5%;
  margin-right:5%;
  padding-left:20px;
  padding-right:20px;
  border-radius:10px;
}
#mern-stack{
  border-left: 7px solid tomato;
}
#react-js{
  border-left: 7px solid blueviolet;
}
footer p{
  text-align: center;
}