@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
.body {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select:none;
  user-select:none;
  -o-user-select:none;
}
