/* src/frontend/css/index.css */
#root {
  display: flex;
  overflow-x: hidden;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
}

.page {
  flex-grow: 1;
}
