div {
  margin: 1rem auto;
  border: 2px;
}

.semi-circle {
  width: 30rem;
  height: 15rem;
  background-color: darkgoldenrod;
  border-radius: 15rem 15rem 0 0;
  transform: scaleY(-1);
  z-index: 2;
  position: absolute;
  left: 2rem;
}

.outer-court {
  width: 33rem;
  height: 30rem;
  border: 1px;
  z-index: 1;
  position: absolute;
  background-color: burlywood;

}

.free-throw-box {
  width: 8rem;
  height: 11rem;
  border: 2px;
  background-color: brown;
  position: absolute;
  z-index: 2;
  left: 13.25rem;
}

.top-key-circle {
  width: 8rem;
  height: 4rem;
  border-radius: 4rem 4rem 0 0;
  background-color: red;
  position: absolute;
  z-index: 4;
  transform: scaleY(-1);
  top: 11.5rem;
  left: 13.25rem;
}

.hello {
  text-align: center;
  background-color: whitesmoke;
  width: 350px;
  float: right;
  border-radius: 75%;
}


.message {
  display: none;
}


.statistics {
  width: 350px;
  background-color: orange;
  float: right;
  text-align: center;
  border-radius: 75%;
}