
    .app-view[hidden] {
      display: none;
    }

    .app-view {
      grid-column: 2;
      grid-row: 1;
      border-radius: 24px;
    }
