/* Copyright: © 2019 Dario Passariello <dariopassariello@gmail.com> */

html,
body {
  position: absolute;
  inset: 0;
  background: #222;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

#root {
  width: 100%;
  height: 100%;
  display: flex;
  align-content: space-between;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
}

#root>img {
  width: 200px;
  filter: invert(1);
}


#app {
  position: absolute;
  inset: 0;
}

#prompt {
  display: none
}
