html, body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
}

.container {
 position: fixed
 bottom: 0;
 right: 0;
}

.root {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.bottomright {
  position: fixed
 bottom: 0;
  right: 0;
  font-size: 8px;
}

