@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

html {
  scroll-behavior: smooth;
}

*::-webkit-scrollbar {
  width: 7px;
}

img {
  max-width: 100% !important;
}

ul {
  list-style: none;
}

a {
  color: currentColor;
  text-decoration: none;
}

#videoBG {
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
