body {
  background: #222;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
}

.console {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.ds-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: auto;
  z-index: 0;
  pointer-events: none;
}

.top-half {
  padding: 30px 40px;
  border-radius: 20px 20px 10px 10px;
  position: relative;
  z-index: 1;
}

.top-screen {
  width: 800px;
  height: 480px;
  border: none;
  border-radius: 10px;
  background: black;
}

.hinge {
  width: 880px;
  height: 20px;
  background: #111;
  border-radius: 10px;
  margin: 5px 0;
  position: relative;
  z-index: 1;
}

.bottom-half {
  padding: 30px;
  border-radius: 10px 10px 20px 20px;
  width: 880px;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.bottom-screen {
  width: 640px;
  height: 480px;
  border: none;
  border-radius: 10px;
  background: black;
}
