div {
   height: 72px;
   padding-top: 6px;
   width: 149px;
   background-color: pink;
   border: 1px solid black;
   text-align: center;
   font-weight: bold;
   position: absolute;
   font-size: 20px;
}

.notselected{
  border-radius: 15px;
  background-color:#FF8888;
}

.selected{
  border-radius: 15px;
  background-color:#90EE90;
}

.notselectedgo{
  border-radius: 15px;
  background-color:#97CCC7;
}

.selectedgo{
  border-radius: 15px;
  background-color:#90EE90;
}

#Box0{
    position: relative;
    width: 922px;
    height: 415px;
    margin: auto;
    background-color: yellow;
    border: 1px solid black;
}

#Box37, #Box38, #Box39, #Box40{
  font-size: 34px
}

#Box100{
    position: relative;
    width: 922px;
    height: 617px;
    margin: auto;
    background-color: yellow;
    border: 1px solid black;
}


