#box {
  width: 200px;
  height: 200px;
  background-color: lightgreen;
}

.hidden {
  display: none;
}
