/* Copyright: © 2019 Dario Passariello <dariopassariello@gmail.com> */

html,
body {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ddd;
  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;
}

#app {
  position: absolute;
  right: 0;
  bottom: 0;
  border: 0;
}

#prompt {
  display: none
}
