*,
html {
  overflow: hidden;
}
body,
html {
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  background: #efeff5;
  overflow-x: hidden !important;
  width: 100%;
  height: 100%;
}
body * {
  user-select: none;
  -webkit-user-select: none;
}
body * :focus {
  outline: none !important;
}
body input {
  user-select: auto;
  -webkit-user-select: auto;
}
