body {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  background-color: #1b1b1b;
  color: white;
  overflow-x: hidden;
  overflow-y: scroll;
  touch-action: manipulation; }

button {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: 1;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent; }

input,
textarea {
  outline: none; }

a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent; }

img.Twemoji-global {
  height: 1em;
  width: 1em;
  margin: 0 .05em 0 .1em;
  vertical-align: -0.1em; }

