body {
  padding: 0;
  margin: 0;
  background-color: #f3fff4;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

/* Style Navbar */
.navbar-brand {
  font-weight: 700;
}

.nav-item:hover {
  transform: scale(1.2);
  transition: 0.2s;
}

/* Style Jumbotron */
.jumbotron {
  background-image: url(../asset/banner-jumbotron.png);
  height: 700px;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 250px;
}

.jumbotron h1 {
  color: #fff;
}

.jumbotron span {
  font-weight: 700;
}

.jumbotron p {
  font-weight: 200;
}

/* Style About */
#about h2 {
  padding-top: 1rem;
}

#about p {
  font-weight: 300;
}

.span-p {
  font-weight: 500;
}

/* Style Card */
.card:hover {
  transform: scale(1.2);
  transition: 0.2s;
}

/* Style Contact */
#contact p {
  font-weight: 300;
}

h1 .icon-contact {
  font-size: 80px;
}

#contact .p-email {
  font-weight: 500;
}
