.App {
  /* === Sizing === */
  width: 100vw;
  height: 100vh;

  /* === Content Alignment === */
  display: flex;
  justify-content: center;
  align-items: center;
}
