#workstation {
  width: 700px;
  margin: auto;
}

#viewscreen {
  height: 700px;
  width: 700px;
  border-radius: 5px;
  border: 1px dotted #666666;
  position: relative;

  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.spacer {
  width: 700px;
  min-height: 10px;
  margin: auto;
}

#controlpanel {
  width: 700px;
  border: 1px dotted #666666;
  border-radius: 5px;
  margin: auto;

  display: flex;
}

.panel {
  display: inline-block;
  height: 100px;
  overflow: hidden;
  color: 666666;
  border: 1px solid #666666;
  border-radius: 5px;
  padding: 3px 5px;
  background-color: #125612;
}
.panelspacer {
  display: inline-block;
  width: 10px;
  height: 100px;
  overflow: hidden;
  color: black;
}

#screen {
  width: 700px;
  height: 700px;
  background-color: #D82929;
}

