body {
  background-color: rgb(192, 192, 192);
}

.app {
  display: flex;
  justify-content: center;
}

.app .screen {
  width: 1280px;
}
