.root {
  display: flex;
  flex-direction: column;
  height: 100vh;
  user-select: none;
}

.body {
  flex: 1;
  display: flex;
  margin: 0.75rem;
}
