@media (min-width: 1280px) and (min-height: 1050px) {
  #root > main {
    display: grid;
    align-items: center;
  }

  #root > main > section {
    height: min(100svh, 953px) !important;
    min-height: min(100svh, 953px) !important;
    width: 100%;
  }
}
