body {
  font-family: "Poppins", sans-serif;
  margin: 0;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 40px;
}

p {
    text-align: justify;
}

.orange {
  color: orange;
}

.flex_container {
  display: flex;
    margin-bottom: 50px;
}

.half-width {
  width: 50%;
  padding: 5%;
}

.half-width img {
  width: 100%;
}

.link-button {
  text-decoration: none;
  color: white;
  font-weight: 400;
  padding: 10px 40px;
  background-image: linear-gradient(orange, tomato);
  border-radius: 5px;
}

.top-banner {
  background-image: url(images/top-banner.png);
  background-repeat: no-repeat;
}

.dream-big {
  background-image: url(images/dream-bg.png);
  background-repeat: no-repeat;
  background-position: right;
}

.experience{
    background-image: url(images/exp-bg.png);
    background-repeat: no-repeat;
    background-position: left;
    margin-bottom: 150px;
}

.exprience-item {
  width: 50%;
  margin-left: 3%;
  margin-right: 3%;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 80px;
  border-radius: 10px;
  box-shadow: 10px 10px 40px gray;

}

#fstack{
    border-left: 7px solid;
    border-image: linear-gradient(purple , tomato );
    border-image-slice: 1;
}

#babydev{
    border-left: 7px solid;
    border-image: linear-gradient(blue , cyan );
    border-image-slice: 1;
}

footer p{
    text-align: center;
}