body,
#root {
  margin: 0;
  height: 100%;
  padding: 0;
  display: block;
}

.center-page {
  text-align: center;
  display: grid;
  justify-content: center;
  align-items: center;
  height: 100svh;
}

.loading {
  background-color: #dddddd;
  color: white;
}

.alphaMask {
  mask-type: alpha;
}

.luminanceMask {
  mask-type: luminance;
}

