html {
  font-family: 'Roboto', sans-serif;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow-x: hidden;
  height: 100%;

  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

body {
  margin: 0 !important;
  padding: 0 !important;
  overflow-y: auto;

  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input, textarea ,*[contenteditable=true] {
  -webkit-touch-callout: default;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

::placeholder {
  font-style: italic
}
