body {
  background-color: #fff;
  height: 100vh; }

#__next,
.app {
  height: 100%;
  height: 100%; }

.app {
  color: #000;
  display: flex;
  font-size: 50px;
  justify-content: center;
  align-items: center; }

