#container {
  background: #ede050;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ede050), color-stop(100%, #f4c806));
  background: linear-gradient(to bottom, #ede050 0%, #f4c806 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ede050', endColorstr='#f4c806', GradientType=0 ); }

body {
  display: flex;
  height: 100vh;
  margin: 0;
  padding: 0; }

body, html {
  height: 100%; }

#app {
  width: 100%; }


/*# sourceMappingURL=bundle.94d06262d8768b09db7f.css.map*/