body {
  font-family: sans-serif;
}

#shape {
  width: 200px;
  height: 200px;
  background-color: red;
  display: none;
  position: relative;
  top:100px;
  left:200px;
}
.bold {
  font-weight: bold;
}
