body {
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden !important;
}
@media (max-width: 414px) {
  body {
    font-size: 10px;
    overflow-x: hidden !important;
  }
}
