body {
  width: 1024px;
  height: 1024px;
  background-color: rgb(0, 0, 0);
  padding: 16px;
  color: white;
  text-align: center;
  font-family: monospace;
  font-size: 16px;
  line-height: 24px;
  border: 1px, solid, rgb(255, 255, 255);
}

button {
  background: 0;
  border: 0;
  color: rgb(255, 255, 255);
  font-family: monospace;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
}

.top {
  padding: 32px;
  font-size: 32px;
}

.left {
  position: absolute;
  left: 32px;
  width: 224px;
  height: 512px;
}

.screen {
  position: absolute;
  left: 288px;
  width: 512px;
  height: 512px;
  border: 4px, solid, rgb(255, 255, 255);
  white-space: pre;
  text-align: left;
  font-size: 26.5px;
  line-height: 32px;
}

.right {
  position: absolute;
  left: 832px;
  width: 224px;
  height: 512px;
}

.bar {
  position: absolute;
  left: 288px;
  top: 640px;
  width: 512px;
}