              .white_content {
                  display: none;
                  position: absolute;
                  top: 25%;
                  left: 35%;
                  width: 400px;
                  height: 450px;
                  padding: 16px;
                  border: 16px solid orange;
                  background-color: white;
                  z-index:1002;
                  overflow: auto;
              }

