.flex-row {
  display: flex;
  flex-direction: row !important;
}

.flex-column {
  display: flex;
  flex-direction: column !important;
}

#root {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-width: 650px;
}
