body {
  margin: 0;
}

#container {
  display: flex;
  height: 100vh;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}

#screen {
  height: 576px;
  width: 640px;
}
