@import url("https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&display=swap");
/* =========================
   BREAKPOINTS
========================= */
/* Mobile */
/* Tablet */
/* Desktop */
/* agar konten tidak tertutup navbar */
body {
  padding: 8rem 3rem 1rem 3rem;
  background-color: #eff2f6;
  font-family: "Google Sans", sans-serif;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 0 !important;
}
body .main-content {
  max-width: 100rem;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  body .main-content {
    width: 90%;
  }
}
@media (max-width: 1024px) {
  body .main-content {
    width: 98%;
  }
}
body {
  margin-bottom: 5rem;
}
body .decoration {
  width: 45rem;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.1;
}

@media (max-width: 1024px) {
  body {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 768px) {
  body {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 564px) {
  body {
    padding-top: 5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}/*# sourceMappingURL=skeleton.css.map */