body {
  margin: 0;
  padding: 0;
}

section {
  padding-top: 10em;
  padding-bottom: 10em;
}

.skills img {
  width: 10em;
}

.experience-list {
  position: relative;
}

.experience-item {
  position: relative;
  padding-left: 5em;
}

.experience-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: #007bff; /* You can change the line color */
}

.icon-exp {
  margin-left: -0.4em;
}

.portofolio .card-body {
  height: 400px;
}

.card-img,
.card-img-bottom,
.card-img-top {
  height: 200px;
}
