body {
}

#bagian2 {
  padding-top: 5rem;
  background-color: #ffffff;
  padding-bottom: 50px;
}

#f1 {
  font-family: "Montserrat", sans-serif;
}

#f2 {
  font-family: "Poppins", sans-serif;
}

#f3 {

  font-family: 'Roboto', sans-serif;

}

#about {
  background-color: #f6f6f6ea;
}

#services {
  background-color: #f6f6f6ea;
  padding-bottom: 50px;
}

#portfolio {
  background-color: #ffffff;
  padding-bottom: 150px;
}

#contact {
  background-color: #ffe39b;
}

section {
  padding-top: 4rem;
}

#followme {
  background-color: #f6f6f6ea;
  padding-bottom: 100px;
}

#icon {
  font-size: 75px;
}

#i1 {
  margin-top: 50px;

}

#material-symbols-rounded {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: 0;
}