.unsupported-browser-alert {
  padding: 25px;
  background-color: #fedb00;
  color: #000000;
}

/* Prevent unwanted scrolling and fix whitespace */
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  position: fixed;
}

#root {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
