div#root {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-size: 0.8rem;
}

.row {
  margin-bottom: 0.5rem;
}
