*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  outline: none;
  box-shadow: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /* -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; */
  cursor: default;
}
input,
textarea {
  -moz-user-select: text;
  -o-user-select: text;
  -khtml-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
a {
  text-decoration: none;
}
video::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none;
}
video::--webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none;
}

video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
html {
  font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI',
    Roboto, 'Helvetica Neue', Arial, sans-serif;
  word-spacing: 2px;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  box-sizing: border-box;
}
html,
body {
  position: relative;
  min-height: 100%;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
}
input:focus {
  outline: none;
  box-shadow: none;
}
