#board {
  width: 400px;
  margin: auto;
  border: rgb(0, 0, 0) ridge 4px;
}

#info-bar {
  width: 400px;
  height: 40px;
  background: rgb(255, 255, 255);
  font-size: 40px;
  text-align: center;
}

#shape-container {
  width: 400px;
  height: 400px;
  background: black;
  border-top: silver ridge 4px;
  border-bottom: rgb(58, 58, 58) ridge 4px;
}

#button-box {
  width: 400px;
  height: 40px;
  background: rgb(128, 128, 128);
}

#shape {
  color: white;
  width: 100px;
  height: 100px;
  position: relative;
  top: 150px;
  left: 150px;
  border: rgb(88, 88, 88) solid 2px;
  display: block;
}

button {
  width: auto;
  height: auto;
  margin: auto;
  margin-top: 10px;
  margin-left: 9px;
}

p {
  margin: 5px;
}
