
#root {
  width: 100%;
  height: 100%;
}

.full-screen {
  width: 100%;
  height: 100%;
}

.full-screen-center {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}