#workstation {
  width: 900px;
  margin: auto;
}

#viewscreen {
  height: 700px;
  width: 700px;
  border-radius: 5px;
  border: 1px dotted #666666;

  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.spacer {
  min-height: 10px;
}

#controlpanel {
  height: 100px;
  width: 600px;
  border: 1px dotted #666666;
  border-radius: 5px;
  margin: auto;
}

#screen {
  width: 600px;
  height: 600px;
  background-color: #D82929;
}

