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

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

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

.appGold {
  color: #edbb00; }

.appBlue {
  color: #004d98; }

.appBurgundy {
  color: #a50044; }

