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

body {
  font-family: 'Poppins', sans-serif;
}

/*ScrollBar*/

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
}

::-webkit-scrollbar-thumb {
  background: #6c757d;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #3c7db5;
}

/*ScrollBar*/


@media (max-width: 575.98px) {
  .main-logo {
    width: 90% !important;
  }
}

.page-wrapper {
  margin-bottom: 80px;
}